Chris McDonough
2011-08-15 beb87d104dd69c8363bd87f64e81e1bcc087375c
appease setup.py test
1 files added
1 files modified
7 ■■■■ changed files
pyramid/tests/test_config.py 5 ●●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
pyramid/tests/test_config.py
New file
@@ -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 *
setup.py
@@ -75,7 +75,7 @@
      zip_safe=False,
      install_requires = install_requires,
      tests_require = tests_require,
      test_suite="pyramid",
      test_suite="pyramid.tests",
      entry_points = """\
        [paste.paster_create_template]
        pyramid_starter=pyramid.scaffolds:StarterProjectTemplate