Automated testing: Difference between revisions

Content added Content deleted
imported>Jacquiesue
imported>Jacquiesue
Line 42: Line 42:
Then run the full suite of tests --
Then run the full suite of tests --


$ ./bin/mysite test
$ python manage.py test


== Read the official Django testing guide ==
== Read the official Django testing guide ==