Refactor system tests to live together in one package.

This commit is contained in:
Andrey Smirnov
2014-01-21 12:15:28 +04:00
parent 0f902ee74b
commit 362cdbcd57
9 changed files with 60 additions and 35 deletions
+6 -2
View File
@@ -1,9 +1,13 @@
"""
Test aptly version.
Test aptly version
"""
from lib import BaseTest
class Test(BaseTest):
class VersionTest(BaseTest):
"""
version should match
"""
runCmd = "aptly version"