Files
aptly/system/t01_version/__init__.py
T

14 lines
155 B
Python

"""
Test aptly version
"""
from lib import BaseTest
class VersionTest(BaseTest):
"""
version should match
"""
runCmd = "aptly version"