Skip to content
forked from wkral/Nosy

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

Notifications You must be signed in to change notification settings

lionelyoung/Nosy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%