- Improve error reporting. Show an popup dialog when collect/testrun errors occur (based on pytest exit code) - Unfreeze the dependencies in setup.py
0.3.1b0
---------------
- Add proper handling for collect-time errors (like module level import errors or syntax errors)
0.3b
------------
- 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