mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Raw (machine-readable) format for aptly mirror/repo/snapshot list. #27
This commit is contained in:
@@ -19,3 +19,18 @@ class ListMirror2Test(BaseTest):
|
||||
list mirrors: empty list
|
||||
"""
|
||||
runCmd = "aptly mirror list"
|
||||
|
||||
|
||||
class ListMirror3Test(BaseTest):
|
||||
"""
|
||||
list mirrors: raw list
|
||||
"""
|
||||
fixtureDB = True
|
||||
runCmd = "aptly -raw mirror list"
|
||||
|
||||
|
||||
class ListMirror4Test(BaseTest):
|
||||
"""
|
||||
list mirrors: raw empty list
|
||||
"""
|
||||
runCmd = "aptly -raw mirror list"
|
||||
|
||||
Reference in New Issue
Block a user