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

@@ -4,7 +4,10 @@ import unit
class TestUnitBasic(unit.TestUnitControl):
def setUpClass():
unit.TestUnit().check_modules('php')
u = unit.TestUnit()
u.check_modules('php')
u.check_version('0.5')
conf_app = {
"app": {