Automated testing: Difference between revisions

Content added Content deleted
imported>Paulproteus
No edit summary
imported>Paulproteus
No edit summary
Line 1: Line 1:
{{Hacking OpenHatch}}
{{Hacking OpenHatch}}


The '''purpose of this page''' is to show you how to write an automated test within the OpenHatch codebase.
The '''purpose of this page''' is to show you how to write automated tests within the OpenHatch codebase.


If you already know how software testing works, skip to '''Details specific to OpenHatch'''.
If you already know how software testing works, skip to '''Details specific to OpenHatch'''.
Line 11: Line 11:
./bin/mysite test base missions account profile
./bin/mysite test base missions account profile


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

dot dot dot


=== What a basic test looks like ===
=== What a basic test looks like ===