Ticket #8578: testing_typo_fix.diff
File testing_typo_fix.diff, 443 bytes (added by , 16 years ago) |
---|
-
docs/topics/testing.txt
253 253 ``'myproject.animals'``, you can run the ``myproject.animals`` unit tests alone 254 254 with this command:: 255 255 256 #./manage.py test animals256 $ ./manage.py test animals 257 257 258 258 Note that we used ``animals``, not ``myproject.animals``. 259 259