Skip to content

Instantly share code, notes, and snippets.

@camiloribeiro
Created December 19, 2016 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save camiloribeiro/920d12e2f90ce3ac01d8f85c80594549 to your computer and use it in GitHub Desktop.
Save camiloribeiro/920d12e2f90ce3ac01d8f85c80594549 to your computer and use it in GitHub Desktop.
follow changes and run tests on mac
fswatch -r -o -e 'pyc' . | (while read; do python *_test.py; done)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment