mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-07 22:20:24 +00:00
b59471ad35
Added a basic RunTask test to test the functionality of the new aptly task run command. More to come...
10 lines
175 B
Python
10 lines
175 B
Python
from lib import BaseTest
|
|
|
|
|
|
class RunTask1Test(BaseTest):
|
|
"""
|
|
output should match
|
|
"""
|
|
|
|
runCmd = "aptly task run repo list, repo create local, repo drop local, version"
|