Search code examples
djangounit-testingcontinuous-integrationdjango-testing

What tools can I use for Django Testing Automation?


I'm looking into automating a test runner which would do the following things daily (or hourly or whenever I want basically):

  1. Pull the latest code from a git repository.
  2. Run the Django test suite or something like Nose.
  3. Run Selenium tests.
  4. Give Pass/Fail and coverage statistics via a web interface.
  5. Email developers in the case of failures.

What kind of setups are out there? I've seen some blog posts, but many are pre-Django 1.1 and I know that the test suite has been improved significantly with that release, so I'm curious what the latest and best options out there are.


Solution

  • I'd take a look at ponybuild, it's the replacement for buildbot that Titus Brown has been working on, and Jacob Kaplan-Moss is already looking at for django. http://github.com/ctb/pony-build/network