Tests: adjusted check_version()'s.

This commit is contained in:
Andrey Zelenkov
2018-02-05 15:39:11 +03:00
parent f7195e7016
commit 3faa154223
7 changed files with 16 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ class TestUnitApplication(unit.TestUnitControl):
u = unit.TestUnit()
u.check_modules('python')
u.check_version('0.4')
u.check_version('0.5')
@unittest.expectedFailure
def test_python_keepalive_body(self):