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

@@ -9,7 +9,7 @@ class TestUnitApplication(unit.TestUnitControl):
u = unit.TestUnit()
u.check_modules('python')
u.check_version('0.3')
u.check_version('0.5')
def test_python_application(self):
code, name = """