Ticket #8578: testing_typo_fix.diff

File testing_typo_fix.diff, 443 bytes (added by Manuel Saelices, 16 years ago)
  • docs/topics/testing.txt

     
    253253``'myproject.animals'``, you can run the ``myproject.animals`` unit tests alone
    254254with this command::
    255255
    256     # ./manage.py test animals
     256    $ ./manage.py test animals
    257257
    258258Note that we used ``animals``, not ``myproject.animals``.
    259259
Back to Top