Automated testing: Difference between revisions

imported>Paulproteus
(Fix capitalization of OpenHatch)
imported>Paulproteus
Line 30:
mysite.base.views.multiply(7, 5))
 
== Getting your local dev OpenHatch setupset up to run tests ==
 
To run tests correctly you'll need to have subversion installed -
 
$ apt-get install subversion
 
Then run the full suite of tests --
$ ./bin/mysite test base missions account profile
 
$ ./bin/mysite test base missions account profile
 
== Read the official Django testing guide ==
Anonymous user