Skip to content

Instantly share code, notes, and snippets.

@cadu-leite
Last active August 9, 2020 22:23
Show Gist options
  • Save cadu-leite/ea6cb4f8ef8ae551728ec5a4d3ca5a90 to your computer and use it in GitHub Desktop.
Save cadu-leite/ea6cb4f8ef8ae551728ec5a4d3ca5a90 to your computer and use it in GitHub Desktop.
BASH fswatch for tests python projects
fswatch -l 45 -r . -e ".*" -i "\\.py$" -o | xargs -n1 -I{} python -m unittest
fswatch -l 15 -r . -e ".*" -i "\\.py$" -o | xargs -n1 -I{} python -m unittest --verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment