Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 862 Bytes

README.rst

File metadata and controls

15 lines (12 loc) · 862 Bytes

django-admin-testutils

django-admin-testutils contains helpers to make writing selenium unit tests for the Django admin easier. It is based on the code that supported selenium unit tests in django-nested-admin.

The test runner is designed to work similarly to the Django framework’s own runtests.py. Until this project has had documentation written for it, the best guide on usage can be found in the unit tests for this repository. Specifically, look at runtests.py and django_admin_testutils/tests/test.py.