summaryrefslogtreecommitdiffhomepage
path: root/test/test_python_environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_python_environment.py')
-rw-r--r--test/test_python_environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_python_environment.py b/test/test_python_environment.py
index 907ad57c..71e4d5b7 100644
--- a/test/test_python_environment.py
+++ b/test/test_python_environment.py
@@ -125,4 +125,4 @@ class TestUnitPythonEnvironment(unit.TestUnitApplicationPython):
})['body'], pwd_default, 'restore default')
if __name__ == '__main__':
- unittest.main()
+ TestUnitPythonEnvironment.main()