Skip to content

solarnz/nose-watcher

Repository files navigation

Nose-Watcher

Latest Version https://pypip.in/d/nose-watcher/badge.png Wheel Status https://travis-ci.org/solarnz/nose-watcher.png?branch=develop https://coveralls.io/repos/solarnz/nose-watcher/badge.png?branch=develop License

A nose plugin to watch for changes within the local directory.

Inspired by the nose-watch nose plugin.

Note: nose-watcher will only run on linux, due to the depenency on python-inotify and inotify.

Features

  • Watches for changes in the local directory, then runs nosetests with the specified command line options.
  • Doesn't run the tests multiple times if you're using vim, Unlike the similar plugin nose-watch.
  • Specify additional filetypes to watch using the command line argument --filetype.

Installation

pip install nose-watcher

Usage

nosetests --with-watcher

nosetests --with-watcher --filetype .txt

Additional Contributors

About

A plugin for nose to watch the local directory for changes

Resources

License

Stars

Watchers

Forks

Packages

No packages published