mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-07 05:42:42 +00:00
Refactor system tests to live together in one package.
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
"""
|
||||
Test aptly version.
|
||||
Test aptly version
|
||||
"""
|
||||
|
||||
from lib import BaseTest
|
||||
|
||||
|
||||
class Test(BaseTest):
|
||||
class VersionTest(BaseTest):
|
||||
"""
|
||||
version should match
|
||||
"""
|
||||
|
||||
runCmd = "aptly version"
|
||||
|
||||
Reference in New Issue
Block a user