failrunner-django

A command line tool to run django tests that failed during a travis job


Keywords
django, runner, testing, travis
License
MIT
Install
pip install failrunner-django==1.0.4

Documentation

Build Status PyPI version shields.io PyPI pyversions

failrunner-django

A command line tool to run django tests that failed during a travis job

Installation

  • Install with pip pip install failrunner-django
  • You should now have the failrunner command

Basic Usage

  • 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

Contributing

Contributions welcome. Use python -m unittest to run tests.