This commit is contained in:
André Roth
2024-12-03 16:04:31 +01:00
parent 22cfa4c8c7
commit a15d8a3f7b
4 changed files with 265 additions and 2 deletions
+8
View File
@@ -64,3 +64,11 @@ class ConfigShowTest(BaseTest):
"""
runCmd = ["aptly", "config", "show"]
gold_processor = BaseTest.expand_environ
class ConfigShowYAMLTest(BaseTest):
"""
config showing
"""
runCmd = ["aptly", "config", "show", "-yaml"]
gold_processor = BaseTest.expand_environ