Skip to content

Tk_Nosy monitors project and unittest files and runs nosetests when they change.

License

Notifications You must be signed in to change notification settings

sonofeft/Tk_Nosy

Repository files navigation

https://travis-ci.org/sonofeft/Tk_Nosy.svg?branch=master

Tk_Nosy monitors project and unittest files and runs nosetests when they change.

The goal of Tk_Nosy is to encourage unit testing. This helps a developer use Test Driven Development (TDD) regardless of the editor or IDE being used.

Tk_Nosy will run nosetests with any python interpreter when any files under development change.

It can run any number of python interpreters concurrently such that, for example, python 2 and python 3 conventions can both be monitored at the same time.

In addition to conventional CPython, PYPY is also acceptable.

See the Code at: https://github.com/sonofeft/Tk_Nosy

See the Docs at: http://tk-nosy.readthedocs.org/en/latest/

About

Tk_Nosy monitors project and unittest files and runs nosetests when they change.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages