Automated testing: Difference between revisions

Content added Content deleted
imported>Paulproteus
imported>Paulproteus
Line 71: Line 71:
=== The OpenHatch test case helper class ===
=== The OpenHatch test case helper class ===


In '''mysite/base/tests.py'''
In '''mysite/base/tests.py''' there is a TwillTests class. It offers the following convenience methods:

* '''login_with_client'''
* '''login_with_twill'''


=== About fixtures ===
=== About fixtures ===