diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-05-20 06:43:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-20 06:43:41 +0700 |
commit | 4f3738b787cf85a45f823826ee126d150f8e1d63 (patch) | |
tree | bf55d65425fa55f8d4c0f1dd5e1cc5955da4ae0b /python/pytest-cov/README | |
parent | e6b41d6626796afc9f24cd6cf85bd90de08a7714 (diff) |
python/pytest-cov: Added (Coverage plugin for pytest).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pytest-cov/README')
-rw-r--r-- | python/pytest-cov/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/pytest-cov/README b/python/pytest-cov/README new file mode 100644 index 000000000000..4e9556d2c964 --- /dev/null +++ b/python/pytest-cov/README @@ -0,0 +1,3 @@ +This plugin produces coverage reports. It supports centralised testing and +distributed testing in both load and each modes. It also supports coverage +of subprocesses. |