diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-04-06 10:07:47 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-04-06 10:08:26 -0500 |
commit | 7d503a897bddfadcd98d278bdb648503485a19de (patch) | |
tree | 37243d723d12e36cae0227dd55c3bc7661fc29c2 /mediagoblin/tests/tools.py | |
parent | 441238539485dcf0b5fd612e8f795a7bfb233727 (diff) | |
download | mediagoblin-7d503a897bddfadcd98d278bdb648503485a19de.tar.lz mediagoblin-7d503a897bddfadcd98d278bdb648503485a19de.tar.xz mediagoblin-7d503a897bddfadcd98d278bdb648503485a19de.zip |
Really removing nosetests things now! all assert_whatever removed
Diffstat (limited to 'mediagoblin/tests/tools.py')
-rw-r--r-- | mediagoblin/tests/tools.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/tests/tools.py b/mediagoblin/tests/tools.py index 2e47cb5c..f7025715 100644 --- a/mediagoblin/tests/tools.py +++ b/mediagoblin/tests/tools.py @@ -50,9 +50,9 @@ USER_DEV_DIRECTORIES_TO_SETUP = [ 'beaker/sessions/data', 'beaker/sessions/lock'] BAD_CELERY_MESSAGE = """\ -Sorry, you *absolutely* must run nosetests with the +Sorry, you *absolutely* must run tests with the mediagoblin.init.celery.from_tests module. Like so: -$ CELERY_CONFIG_MODULE=mediagoblin.init.celery.from_tests ./bin/nosetests""" +$ CELERY_CONFIG_MODULE=mediagoblin.init.celery.from_tests ./bin/py.test""" class BadCeleryEnviron(Exception): pass |