Skip to main content

Django command for quickly re-running tests when ever a file changes.

Project description

.. image:: https://raw.githubusercontent.com/doctormo/django-autotest/master/icon.png
:class: floating-box
:alt: Django AutoTest

Description
===========

Provides the 'autotest' command which enhances django's built in test feature
with the auto reload feature used in django's runserver command.

Less than 150 lines of python total in this entire library!

Installation
============

Install via pip or your python egg layer of choice:

pip install django-autotest-command

Then add to your django settings.py

INSTALLED_APPS = (
...
'autotest',
)

No other apps are required except for django core.

Usage
=====

Run like a usual django test:

./manage.py autotest [app_name[.tests.TestCaseName[.test_name]]]

This testing tool will launch the test suite, setup the database and then run
the test suite as usual. When finished it will wait for a file to change
in your project before re-running the tests.

When re-running it will by default only test the previous failures on the next
run through. If all tests passed, then it will run all tests.

After failures are detected, they are all listed by number. You can select one
or more tests to target by typing the numbers seperated by commas and hitting
enter. Targeting allows you to focus on one bug at a time.

When finished with your test targeting press enter at the prompt to reset.

Video
=====

See this test command in action here: http://youtube.com/dl3847389

Development
===========

Please come help this project by using the code, writing tests and leting the
project authors know you appreciate their code:

http://github.com/doctormo/django-autotest

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-autotest-command-1.0.tar.gz (15.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