mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
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"
|