System tests for snapshot create, show, lit, pull and verify.

This commit is contained in:
Andrey Smirnov
2014-01-24 18:33:19 +04:00
parent c3b3e580bd
commit d87fc1be21
34 changed files with 289784 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
"""
Testing snapshot management
"""
from .create import *
from .show import *
from .list import *
from .verify import *
from .pull import *