mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Added RunTask acceptance tests
Added a basic RunTask test to test the functionality of the new aptly task run command. More to come...
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from lib import BaseTest
|
||||
|
||||
|
||||
class RunTask1Test(BaseTest):
|
||||
"""
|
||||
output should match
|
||||
"""
|
||||
|
||||
runCmd = "aptly task run repo list, repo create local, repo drop local, version"
|
||||
Reference in New Issue
Block a user