summaryrefslogtreecommitdiff
path: root/tests/sanity.py
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2014-04-10 15:27:18 -0700
committerDylan Baker <baker.dylan.c@gmail.com>2014-04-17 08:00:17 -0700
commit7d2f44138baf3a0022fbd0503e68e471a9a1aae7 (patch)
tree40e63294d923496241730c2443061da023f04f57 /tests/sanity.py
parent7902d078d9c65361847d15874787203cc73a1d26 (diff)
framework: Split TestProfile and related out of core
This solves a dependency loop between core and exectest, laying the groundwork for future improvements to the exectest module. Signed-off-by: Dylan Baker <baker.dylan.c@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Diffstat (limited to 'tests/sanity.py')
-rw-r--r--tests/sanity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sanity.py b/tests/sanity.py
index 059127ca1..0e0e03828 100644
--- a/tests/sanity.py
+++ b/tests/sanity.py
@@ -2,7 +2,7 @@
# Minimal tests to check whether the installation is working
#
-from framework.core import TestProfile
+from framework.profile import TestProfile
from framework.gleantest import GleanTest
__all__ = ['profile']