diff options
Diffstat (limited to 'test/test_python_environment.py')
-rw-r--r-- | test/test_python_environment.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_python_environment.py b/test/test_python_environment.py index 8debadda..744f4947 100644 --- a/test/test_python_environment.py +++ b/test/test_python_environment.py @@ -2,8 +2,7 @@ from unit.applications.lang.python import TestApplicationPython class TestPythonEnvironment(TestApplicationPython): - def setUpClass(): - TestApplicationPython().check_modules('python') + prerequisites = ['python'] def test_python_environment_name_null(self): self.load('environment') |