diff options
| author | pjenvey <devnull@localhost> | 2008-11-19 18:52:32 +0000 |
|---|---|---|
| committer | pjenvey <devnull@localhost> | 2008-11-19 18:52:32 +0000 |
| commit | cedddadceba33149746bac91061f9de5f9c9136c (patch) | |
| tree | 6b6066d6454c338e448466154c1972f2a32a818e /setup.py | |
| parent | 7309bcd62e45ee6b961061cb6f497f1a0a555b01 (diff) | |
| download | webtest-cedddadceba33149746bac91061f9de5f9c9136c.tar.gz | |
setup the nose collector for setup.py test
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ This is based on ``paste.fixture.TestApp``. dependency_links=[ 'http://svn.pythonpaste.org/Paste/WebOb/trunk#egg=WebOb-dev', ], + test_suite='nose.collector', + tests_require=['dtopt', 'nose'], entry_points=""" [paste.app_factory] debug = webtest.debugapp:make_debug_app |
