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.