Last active
August 9, 2020 22:23
-
-
Save cadu-leite/ea6cb4f8ef8ae551728ec5a4d3ca5a90 to your computer and use it in GitHub Desktop.
BASH fswatch for tests python projects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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