A command line tool to run django tests that failed during a travis job
- Install with pip
pip install failrunner-django - You should now have the
failrunnercommand
- To run a job
failrunner -j jobnumber(The job number is shown in the url when viewing a job) - To run a job on travis-ci.org
failrunner -j jobnumber --org - To specify manage.py path
failrunner -j jobmnumber -p /path/to/manage/ - For all cli options
failrunner --help
Use python -m unittest to run tests.