Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jayvdb/coverage_config_reload_plugin
Coverage hack plugin to reload the coverage configuration
https://github.com/jayvdb/coverage_config_reload_plugin
coverage coveragepy monkeypatch python
Last synced: 24 days ago
JSON representation
Coverage hack plugin to reload the coverage configuration
- Host: GitHub
- URL: https://github.com/jayvdb/coverage_config_reload_plugin
- Owner: jayvdb
- License: mit
- Created: 2017-06-07T04:25:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T00:47:52.000Z (about 3 years ago)
- Last Synced: 2024-04-29T15:21:39.222Z (9 months ago)
- Topics: coverage, coveragepy, monkeypatch, python
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# coverage config reload plugin
This is a plugin for coveragepy that forces it to reload its
configuration. Typically this is used when the config file needs to
be dynamic, or the environment which is used when parsing the
config file.Place as the last plugin to be loaded, this plugin will
reloads the configuration files after other plugins have been loaded
and performed their changes to the configuration file or environment.This plugin was developed as a helper for
[coverage-env-plugin](https://github.com/jayvdb/coverage_env_plugin/),
so it does not need worry about the internals of coveragepy.