项目作者: jayvdb

项目描述 :
Coverage environment variable plugin
高级语言: Python
项目地址: git://github.com/jayvdb/coverage_env_plugin.git
创建时间: 2017-06-07T02:55:57Z
项目社区:https://github.com/jayvdb/coverage_env_plugin

开源协议:MIT License

下载


coverage_env_plugin

Set environment variables of the environment markers

Enable by adding the following to coverage configuration file such as setup.cfg:

  1. [coverage:coverage_env_plugin]
  2. markers = True
  3. [coverage:run]
  4. markers = True
  5. plugins =
  6. coverage_env_plugin
  7. coverage_config_reload_plugin

Depends on coverage_config_reload_plugin.