Tests: refactored prerequisites model.
This commit is contained in:
@@ -6,7 +6,7 @@ from unit.applications.tls import TestApplicationTLS
|
||||
|
||||
|
||||
class TestTLS(TestApplicationTLS):
|
||||
prerequisites = ['python', 'openssl']
|
||||
prerequisites = {'modules': ['python', 'openssl']}
|
||||
|
||||
def findall(self, pattern):
|
||||
with open(self.testdir + '/unit.log', 'r', errors='ignore') as f:
|
||||
|
||||
Reference in New Issue
Block a user