summaryrefslogtreecommitdiffstats
path: root/python/pytest-cov/README
diff options
context:
space:
mode:
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
commit4f3738b787cf85a45f823826ee126d150f8e1d63 (patch)
treebf55d65425fa55f8d4c0f1dd5e1cc5955da4ae0b /python/pytest-cov/README
parente6b41d6626796afc9f24cd6cf85bd90de08a7714 (diff)
downloadslackbuilds-4f3738b787cf85a45f823826ee126d150f8e1d63.tar.gz
slackbuilds-4f3738b787cf85a45f823826ee126d150f8e1d63.tar.xz
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/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/pytest-cov/README b/python/pytest-cov/README
new file mode 100644
index 0000000000..4e9556d2c9
--- /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.