Automated testing: Difference between revisions

Content added Content deleted
imported>Paulproteus
imported>Paulproteus
Line 42: Line 42:
== Read the official Django testing guide ==
== Read the official Django testing guide ==


The official guide on Django testing is quite good. It says:
The official guide on Django testing is quite good. It says, "The best part [about writing tests for Djang code] is, it's really easy."

'''The best part is, it's really easy.'''


We use the Django "unit test" style of writing tests.
We use the Django "unit test" style of writing tests.