From 4f3738b787cf85a45f823826ee126d150f8e1d63 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 20 May 2014 06:43:41 +0700 Subject: python/pytest-cov: Added (Coverage plugin for pytest). Signed-off-by: Willy Sudiarto Raharjo --- python/pytest-cov/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/pytest-cov/README (limited to 'python/pytest-cov/README') 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. -- cgit v1.2.3-65-gdbad