Tests: introduced module version specification in prerequisites.
This commit is contained in:
@@ -8,7 +8,7 @@ from unit.applications.lang.python import TestApplicationPython
|
||||
|
||||
|
||||
class TestPythonApplication(TestApplicationPython):
|
||||
prerequisites = {'modules': ['python']}
|
||||
prerequisites = {'modules': {'python': 'all'}}
|
||||
|
||||
def findall(self, pattern):
|
||||
with open(self.testdir + '/unit.log', 'r', errors='ignore') as f:
|
||||
|
||||
Reference in New Issue
Block a user