- run single test
- update ui
- drop beta from version number
- fix fuzzy and non-fuzzy boundary filter issue
- pytest-compatible interface.
- fix bug related to disabled terminal plugin
- add non-fuzzy syntax in filter for exact matching
- increase pytest verbosity for detailed assert diffs.
- add --debug/--no-debug option to CLI command
- disable debug logging by default, enable with --debug
- fix log garbage on screen in the debug mode, clear the screen after pytest run
- Catch pytest crashes and report them in a popup.
- Improve error reporting. Show an popup dialog when collect/testrun errors occur (based on pytest exit code)
- Unfreeze the dependencies in setup.py
- Add proper handling for collect-time errors (like module level import errors or syntax errors)
- Make source python2/3 compatible
- Add exact dependency versions into setup.py
- Workaround the problem with cyclic logging of stdout/printing stdout logs to stdout caused by pytest/capture or pytest/logging