github nedbat/coveragepy coverage-3.0b3
3.0b3

latest releases: 7.6.3, 7.6.2, 7.6.1...
pre-release20 hours ago

Version 3.0b3 — 2009-05-16

  • Added parameters to coverage.__init__ for options that had been set on the coverage object itself.
  • Added clear_exclude() and get_exclude_list() methods for programmatic manipulation of the exclude regexes.
  • Added coverage.load() to read previously-saved data from the data file.
  • Improved the finding of code files. For example, .pyc files that have been installed after compiling are now located correctly. Thanks, Detlev Offenbach.
  • When using the object API (that is, constructing a coverage() object), data is no longer saved automatically on process exit. You can re-enable it with the auto_data=True parameter on the coverage() constructor. The module-level interface still uses automatic saving.

➡️  PyPI page: coverage 3.0b3.
➡️  To install: python3 -m pip install coverage==3.0b3

Don't miss a new coveragepy release

NewReleases is sending notifications on new releases.