Automated testing: Difference between revisions

Content added Content deleted
imported>Jacquiesue
imported>Jacquiesue
Line 9: Line 9:
When you run:
When you run:


./bin/mysite test
python manage.py test


and you'll see a bunch of dots. Dots mean success.
and you'll see a bunch of dots. Dots mean success.