Automated testing: Difference between revisions

imported>Paulproteus
imported>Paulproteus
Line 7:
== Tests: An overview ==
 
When you run:
You really should write a test if you add new functionality. That way, you can run:
 
./bin/mysite test base missions account profile
 
and you'll see a bunch of dots. Dots mean success.
 
This runs the many tests that are part of the OpenHatch code.
 
YouIn general, you really should write a test if you add new functionality. ThatThis way,page youexplains canhow and when to write new tests and how to run: the tests we have.
 
=== What a basic test looks like ===
Anonymous user