continuous-testing-helper

Software Screenshot:
continuous-testing-helper
Software Details:
Version: 0.1
Upload Date: 14 Apr 15
Developer: John Jacobsen
Distribution Type: Freeware
Downloads: 11

Rating: nan/5 (Total Votes: 0)

continuous-testing-helper is a helper script for continuous testing written in Python.

Continuous testing helper, adapted from https://github.com/brunobord/tdaemon/blob/master/tdaemon.py, but which makes no assumption about what tests you might want to run continuously while developing. See also http://johnj.com/navblog/continuous-testing-in-python-and-clojure.

Any command supplied to the script will be run once and then repeated any time the code in the current working directory changes. You may wish to edit the IGNORE_* tuples to suit your particular setup.

Note that ANY command you supply the script will be run, so be careful. You have been warned!

Installation:

  ./setup.py install  # from source

or

  easy_install conttest  # or use pip instead of easy_install

Usage examples:

  conttest nosetests
  conttest 'nosetests -q && pep8 -r .'

Requirements:

  • Python

Similar Software

pyzombie
pyzombie

12 May 15

CATSRunner
CATSRunner

3 Jun 15

DoctorJ
DoctorJ

11 May 15

Comments to continuous-testing-helper

Comments not found
Add Comment
Turn on images!