diff options
Diffstat (limited to 'pyramid/tests/test_config.py')
| -rw-r--r-- | pyramid/tests/test_config.py | 5 |
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 * |
