Skip to content

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

License

Notifications You must be signed in to change notification settings

harrywhite4/failrunner-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Testing

Use python -m unittest to run tests.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages