summaryrefslogtreecommitdiff
path: root/framework/profile.py
diff options
context:
space:
mode:
Diffstat (limited to 'framework/profile.py')
-rw-r--r--framework/profile.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/profile.py b/framework/profile.py
index 9f7271844..5f4657a4c 100644
--- a/framework/profile.py
+++ b/framework/profile.py
@@ -49,8 +49,10 @@ from framework.test.base import Test
__all__ = [
'RegexFilter',
+ 'TestDict',
'TestProfile',
'load_test_profile',
+ 'run',
]