diff options
Diffstat (limited to 'test/test_python_keepalive.py')
-rw-r--r-- | test/test_python_keepalive.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/test/test_python_keepalive.py b/test/test_python_keepalive.py index 3f49c2b3..eadf922c 100644 --- a/test/test_python_keepalive.py +++ b/test/test_python_keepalive.py @@ -1,13 +1,10 @@ import unittest import unit -class TestUnitApplication(unit.TestUnitControl): +class TestUnitPythonKeepalive(unit.TestUnitControl): def setUpClass(): - u = unit.TestUnit() - - u.check_modules('python') - u.check_version('0.5') + unit.TestUnit().check_modules('python') def test_python_keepalive_body(self): code, name = """ |