green v3.1.0 Release Notes

Release Date: 2020-01-04 // about 4 years ago
  • 3 Jan 2020

    • 👍 You can now financially support Green by sponsoring @CleanCut at https://github.com/sponsors/CleanCut

    • ➕ Added support for DocTests. I got interested in why @charles-l's attempt to crash instead of hang when doctests were encountered didn't work, and ended up just adding support as a feature. To parse/run doctests for a particular module, in a test module add doctest_modules = [ ... ] where each item is (preferably) an imported module or a dotted string representing a module to be imported that contains tests in docstrings. Resolves #88, #214.

    • 🛠 Fixed a crash and a test failure that could occur with Coverage 5.x

    • ⚡️ Updated TravisCI builds with Python 3.8 on Linux and Xcode 11.3 on macOS.