Test for config show. #123

This commit is contained in:
Andrey Smirnov
2014-10-14 18:28:53 +04:00
parent 119bb0195b
commit aa77ea2835
2 changed files with 24 additions and 0 deletions

View File

@@ -55,3 +55,11 @@ class ConfigInMissingFileTest(BaseTest):
runCmd = ["aptly", "mirror", "list", "-config=nosuchfile.conf"]
expectedCode = 1
prepare = BaseTest.prepare_remove_all
class ConfigShowTest(BaseTest):
"""
config showing
"""
runCmd = ["aptly", "config", "show"]
gold_processor = BaseTest.expand_environ