Files
aptly/system/t10_task/run.py
Simon Aquino b59471ad35 Added RunTask acceptance tests
Added a basic RunTask test to test the functionality of the new aptly
task run command. More to come...
2014-08-16 15:11:14 +00:00

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"