mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-10 06:14:22 +00:00
System test, first sketch.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
Test aptly version.
|
||||
"""
|
||||
|
||||
from lib import BaseTest
|
||||
|
||||
|
||||
class Test(BaseTest):
|
||||
runCmd = "aptly version"
|
||||
Reference in New Issue
Block a user