diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-05-20 06:41:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-20 06:41:13 +0700 |
commit | e6b41d6626796afc9f24cd6cf85bd90de08a7714 (patch) | |
tree | 12f627bc7a1326a560e2df59036964cdd34e3233 /python/cov-core/README | |
parent | b6338e235d1493bed9ecbb74ae3929a4a98ca156 (diff) | |
download | slackbuilds-e6b41d6626796afc9f24cd6cf85bd90de08a7714.tar.gz |
python/cov-core: Added (lib for pytest-cov).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/cov-core/README')
-rw-r--r-- | python/cov-core/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/cov-core/README b/python/cov-core/README new file mode 100644 index 0000000000..742c93e4d4 --- /dev/null +++ b/python/cov-core/README @@ -0,0 +1,3 @@ +This is a lib package for use by pytest-cov, nose-cov and nose2-cov. +Unless you're developing a coverage plugin for a test framework, you +you probably want one of those. |