Nosey a zero-config command-line application that watches your Python project for changes with Watchdog and runs your tests with nose.
With Nosey you know right away when you've broken the build, and how.
To install nosey, simply:
$ pip install nosey
The common use case is to let Nosey run in its own terminal window:
$ cd myproject
$ nosey
* Watching /path/to/myproject
Now happily develop as usual, checking the terminal every now and then to see if you've broken anything.
- Check the open issues or open a new issue to start a discussion around your feature idea or the bug you found
- Fork the repository
- Send a pull request