Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Nosy

Nosy will watch your project's source folder and execute a command of your choosing whenever a watched source file changes.

Config file precedence:

`pwd`/.nosy
~/.nosy

JSON Config example:

{ "exec": "nosetests",
  "watch": ["*.py", "*.html", "*.js"] }

About

Automatically invoke unit tests whenever a change is made. (extended from Jeff Winkers orignal script)

Resources

Stars

9 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages