Pinned Loading
-
-
-
-
Fish shell function to run python te...
Fish shell function to run python tests on Mac. Shows notification when passed/failed. Requires watchdog (https://pypi.python.org/pypi/watchdog) 1function wmd
2watchmedo shell-command -R -W -w --interval 3 -p '*.py' -c $argv\ '&&
3out=$?
4if [[ $out && 0 -eq $out ]]; then
5osascript -e \'display notification "OK"\';
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.