Tests: refactored prerequisites model.
This commit is contained in:
@@ -2,7 +2,7 @@ from unit.applications.lang.python import TestApplicationPython
|
||||
|
||||
|
||||
class TestPythonEnvironment(TestApplicationPython):
|
||||
prerequisites = ['python']
|
||||
prerequisites = {'modules': ['python']}
|
||||
|
||||
def test_python_environment_name_null(self):
|
||||
self.load('environment')
|
||||
|
||||
Reference in New Issue
Block a user