aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/__init__.py')
-rw-r--r--testcases/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/testcases/__init__.py b/testcases/__init__.py
index addf63df..0b6b77e4 100644
--- a/testcases/__init__.py
+++ b/testcases/__init__.py
@@ -15,3 +15,5 @@
"""This module contains test definitions.
"""
from testcases.testcase import (TestCase)
+from testcases.performance import (PerformanceTestCase)
+from testcases.integration import (IntegrationTestCase)