Skip to main content

A continuous test runner for Django

Project description

django-tdd
==========

A Django management command to run tests every time a file is saved.

Installation
===

pip install django-tdd

Then add django-tdd to your INSTALLED_APPS:

INSTALLED_APPS = {
...
'django_tdd',
}

Usage
===

Use the management command in place of `runserver`. The following command will run all of the tests in your project and then start the development server.

python manage.py tdd

When you change a file, the development server will stop, all the tests will be run again, and the development server will start again.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-tdd-0.1.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

django-tdd-0.1.0.macosx-10.8-x86_64.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page