- Properly clean up temporary files in some versions/platforms. Contributed by Icerman in 232. Resolves 228. - Fix an unwanted "1A" appearing at the beginning of test result lines in CI such as GitHub Actions and AppVeyor.
3.2.2
22 Sep 2020
- Fix help string for the `-O/--clear-omit` option. Resolves 231. - Tweak a bit of green's self-coverage to adjust for making releases in Python 3.8
3.2.1
9 Aug 2020
- Fix passing tests not displaying captured stderr output unless stdout output was also present. Resolves 226.
3.2.0
6 June 2020
- Fix crashes and hangs that could occur when using >1 subprocess due to a regression introduced in 3.1.1. - Add 'time' attributes to the `<testsuites>`, `<testsuite>`, and `<testcase>` fields in the Junit output for the `-j/--junit-report` output. Contributed by bkmd11 in 225. Resolves 208.
3.1.4
7 May 2020
- Fix class/module teardowns being ignored. They are now reported as errors as they should be. Resolves 223. - Fix dates in this changelog--I was still using last year! 😆
3.1.3
5 May 2020
- Fix crash that could occur when whitespace is in the path on Windows. Contributed by bkmd11 in 222.