This file contains hidden or 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
# Dependencies: | |
# brew install terminal-notifier | |
# Run the tests and notifies of success or failure. | |
# NB - the icons are optional, remove the whole "-appIcon $path" if you don't need them. | |
NOTIF=/Applications/terminal-notifier.app/Contents/MacOS/terminal-notifier | |
python -m unittest test/test_*_model.py | |
if [ $? = 0 ] |