Skip to content

Akaihola's fork of Almad's "Django integration with nose, Selenium and more". I'm doing small bugfixes and tweaks here and submitting them upstream.

License

Notifications You must be signed in to change notification settings

akaihola/django-sane-testing

 
 

Repository files navigation

Django: Sane Testing

django-sane-testing integrates Django with Nose testing framework. Goal is to provide nose goodies to Django testing and to support feasible integration or functional testing of Django applications, for example by providing more control over transaction/database handling.

Thus, there is a way to start HTTP server for non-WSGI testing - like using Selenium or Windmill.

Selenium has also been made super easy - just start --with-selenium, inherit from SeleniumTestCase and use self.selenium.

Package is documented - see docs/ or http://readthedocs.org/projects/Almad/django-sane-testing/docs/index.html .

About

Akaihola's fork of Almad's "Django integration with nose, Selenium and more". I'm doing small bugfixes and tweaks here and submitting them upstream.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%