Skip to content

Commit

Permalink
Correct documentation for path to load test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
saschwarz committed Feb 29, 2012
1 parent 68c39d8 commit bebde48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djcelery/contrib/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CeleryTestSuiteRunner(DjangoTestSuiteRunner):
To use this runner set ``settings.TEST_RUNNER``::
TEST_RUNNER = "celery.contrib.test_runner.CeleryTestSuiteRunner"
TEST_RUNNER = "djcelery.contrib.test_runner.CeleryTestSuiteRunner"
"""
def setup_test_environment(self, **kwargs):
Expand Down

0 comments on commit bebde48

Please sign in to comment.