mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
14 lines
155 B
Python
14 lines
155 B
Python
"""
|
|
Test aptly version
|
|
"""
|
|
|
|
from lib import BaseTest
|
|
|
|
|
|
class VersionTest(BaseTest):
|
|
"""
|
|
version should match
|
|
"""
|
|
|
|
runCmd = "aptly version"
|