mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
System test, first sketch.
This commit is contained in:
9
system/t01_version/__init__.py
Normal file
9
system/t01_version/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
Test aptly version.
|
||||
"""
|
||||
|
||||
from lib import BaseTest
|
||||
|
||||
|
||||
class Test(BaseTest):
|
||||
runCmd = "aptly version"
|
||||
1
system/t01_version/gold
Normal file
1
system/t01_version/gold
Normal file
@@ -0,0 +1 @@
|
||||
aptly version: 0.2
|
||||
Reference in New Issue
Block a user