Automated testing: Difference between revisions

Content added Content deleted
imported>Paulproteus
imported>Paulproteus
Line 39: Line 39:


* Go '''[http://docs.djangoproject.com/en/dev/topics/testing/ read the official Django testing guide]'''.
* Go '''[http://docs.djangoproject.com/en/dev/topics/testing/ read the official Django testing guide]'''.

== General testing tips ==


=== How to write code that is easy to test ===
=== How to write code that is easy to test ===