- Compatibility with pytest-xdist
- Compatibility with pytest 5
- Fix failed message typo (#8)
- Fix
terminal-notifier
crash (#6)
New Features
- Add
--notifier-off
option
Behavioural Changes
- Remove all old options
- Count setup errors as failed
- Update notificaiton message with emoji and pytest icon
- Avoid subprocess.CalledProcessError when interrupted
New Features
- Allow override notifier titles based on zero/pass/fail (#1)
Behavioural Changes
- Exclude setup/teardown from test counts (#2)
- Add libnotify support
- Initial public release