aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hackinghowto.rst
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-06-05 15:33:28 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-06-05 15:33:28 -0500
commit7eac428526f92b308c9d041f3f427f8ad008b3d0 (patch)
tree5c76f3368a2afbbf12ef988349b24166510d795b /docs/hackinghowto.rst
parentb8fbd8179960f430b1ed3d6418946375c9efafd5 (diff)
downloadmediagoblin-7eac428526f92b308c9d041f3f427f8ad008b3d0.tar.lz
mediagoblin-7eac428526f92b308c9d041f3f427f8ad008b3d0.tar.xz
mediagoblin-7eac428526f92b308c9d041f3f427f8ad008b3d0.zip
Instructions for running tests with the modern setup
Diffstat (limited to 'docs/hackinghowto.rst')
-rw-r--r--docs/hackinghowto.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst
index a56498bb..a9aadb62 100644
--- a/docs/hackinghowto.rst
+++ b/docs/hackinghowto.rst
@@ -152,7 +152,7 @@ Running the test suite
Run::
- ./bin/nosetests
+ CELERY_CONFIG_MODULE=mediagoblin.celery_setup.from_tests ./bin/nosetests
Running a shell