Browse Source

Update README on how to run tests after migrations

pull/6/head
Marcio Mazza 10 years ago
parent
commit
f3b1009777
  1. 4
      README.rst

4
README.rst

@ -124,6 +124,10 @@ Tests
py.test --cov . --cov-report term --cov-report html && firefox htmlcov/index.html
* The first time you run the tests after a migration (``./manage.py migrate``) use the db recreation option.
This needs to be done only once::
py.test --create-db
Issues
------

Loading…
Cancel
Save