summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2016-10-14 17:04:00 -0700
committerDylan Baker <dylan@pnwbakers.com>2016-11-10 10:51:02 -0800
commit583a46042d99cfd23ef37a6d5d0d9df57e37c88e (patch)
tree493d02c66c466b18975d076cbb61ee15fe5db307 /framework
parent0cd6901655a1491d82c6bec216dce7ccdf4f4e29 (diff)
framework/profile: Update __all__
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'framework')
-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',
]