Skip to main content

TDD flow monitor.

Project description

Wheel Status Latest Version License

Goal

Help keeping Test Driven Development flow.

Installation

Install TddMon:

pip install tddmon

or current development version:

pip install hg+https:://bitbucket.org/kidosoft/tddmon

Usage

tddmon -l test_run.log test_unit.py

In above example file test_unit.py will be run like any other module so be sure to put unittest.main() or similar inside it. tddmon will monitor all “.py” files inside current directory for changes in modification time and run test whenever their change.

Monitored files will be measured for coverage. Test results will be logged into log file (test_run.log in example) and on stdout you’ll see your working flow in TDD.

  • red - one or more tests fail

  • green - your tests has passed

  • blue - consecutive run tests has passed; in most cases it means your refactoring your code.

If you want to limit files to measure coverage use .coveragerc as described on coverage module page: http://nedbatchelder.com/code/coverage/config.html

Documentation

http://kidosoft.pl/docs/tddmon/

TODO

  • option to separately logging test errors and coverage

  • sending flow status and log results to remote server

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

tddmon-0.2.0.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

tddmon-0.2.0-py2.py3-none-any.whl (13.2 kB view hashes)

Uploaded Python 2 Python 3

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