Skip to content

Commit

Permalink
added warning as per issue 13 re: nodb test runner option
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed Oct 24, 2010
1 parent 35a1c15 commit 00a54ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ Sometimes your don't want the overhead of setting up a database during testing,
<pre>python manage.py test --nodb --coverage</pre>
<pre>python manage.py test --nodb --xmlcoverage</pre>

*WARNING* Don't use this if you use the ORM in your app. An "outstanding issue":http://github.com/garethr/django-test-extensions/issues#issue/13 means that you can get into trouble. Your tests will still hit the database, but it will be your non test data.

h2. Local Continuous Integration Command

Thanks to Roberto Aguilar (http://github.com/rca) for providing a auto-reloading version of the test runner. Run the runtester command and it should run your test suite whenever you change a file (similar to how runserver reloads the server each time you change something.)
Expand Down

0 comments on commit 00a54ed

Please sign in to comment.