commit | 4af1c1da85fb279038a520c8229e1c8584f97e5e | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Mon May 18 15:48:58 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Mon May 18 15:49:06 2015 +0300 |
tree | cda5a78025d371abf1236ce7db6261512080efb9 | |
parent | 415447a25f175f2a50cfaaa06a95135f617fc336 [diff] [blame] |
a lot of chenges
diff --git a/wally/suits/__init__.py b/wally/suits/__init__.py index 7b6610e..c4e8854 100644 --- a/wally/suits/__init__.py +++ b/wally/suits/__init__.py
@@ -1,3 +1,5 @@ -from .itest import TwoScriptTest, PgBenchTest, IOPerfTest +from .io import IOPerfTest +from .mysql import MysqlTest +from .postgres import PgBenchTest -__all__ = ["TwoScriptTest", "PgBenchTest", "IOPerfTest"] +__all__ = ["MysqlTest", "PgBenchTest", "IOPerfTest"]