mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
10 lines
107 B
Python
10 lines
107 B
Python
"""
|
|
Test aptly version.
|
|
"""
|
|
|
|
from lib import BaseTest
|
|
|
|
|
|
class Test(BaseTest):
|
|
runCmd = "aptly version"
|