summaryrefslogtreecommitdiff
path: root/pyramid/tests/test_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyramid/tests/test_config.py')
-rw-r--r--pyramid/tests/test_config.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/pyramid/tests/test_config.py b/pyramid/tests/test_config.py
new file mode 100644
index 000000000..c8fae18e7
--- /dev/null
+++ b/pyramid/tests/test_config.py
@@ -0,0 +1,5 @@
+# XXX fix this; nosetests works but setup.py test freaks when
+# trying to use the root as a test_suite
+from pyramid.config.tests.test_config import *
+from pyramid.config.tests.test_views import *
+from pyramid.config.tests.test_util import *