System tests for aptly repo move|copy.

This commit is contained in:
Andrey Smirnov
2014-02-27 18:06:13 +04:00
parent a45d2f3ce9
commit abe9a37408
34 changed files with 385 additions and 3 deletions
+2
View File
@@ -3,8 +3,10 @@ Testing local repo management
"""
from .add import *
from .copy import *
from .create import *
from .drop import *
from .list import *
from .move import *
from .remove import *
from .show import *