diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-05 15:33:28 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-05 15:33:28 -0500 |
commit | 7eac428526f92b308c9d041f3f427f8ad008b3d0 (patch) | |
tree | 5c76f3368a2afbbf12ef988349b24166510d795b | |
parent | b8fbd8179960f430b1ed3d6418946375c9efafd5 (diff) | |
download | mediagoblin-7eac428526f92b308c9d041f3f427f8ad008b3d0.tar.lz mediagoblin-7eac428526f92b308c9d041f3f427f8ad008b3d0.tar.xz mediagoblin-7eac428526f92b308c9d041f3f427f8ad008b3d0.zip |
Instructions for running tests with the modern setup
-rw-r--r-- | docs/hackinghowto.rst | 2 |
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 |