- Fixed yet another crash issue when `pytest` was invoked by itself: `INTERNALERROR> AttributeError: 'Config' object has no attribute '_tui_test_results'` - Removed some unnecessary import in setup.py
1.4.2
- Fixed issue 66: refactored globals in plugin.py to reside within pytest Config object, rendering impossible the previous weirdness when files were attempted to be close that either didn't exist, or we re already closed.
1.4.1
- Fixed issue where if pytest was invoked only with `--version` flag, a `ResourceWarning: unclosed file` message was generated.
1.4.0
- Open up HTML real estate with dropdown containing console output sections (which are presumably lesser-used). - Make autolaunch False by default for both TUI and HTML.
1.3.3
- Fixed error msg re: open file at end of run when pytest is run w/o --tui option. - Fixed persistent non-wrapping <pre> text in HTML output.
1.3.2
- Fixed issue where 'passes_section' was being rendered even if no Passed testcases.