diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:11:44 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:57 -0400 |
commit | ca00ee2e3a2e2f83a16f513a4133feccc6686d0b (patch) | |
tree | 90a82b9a85c61e143003a04483086d052c7ad877 | |
parent | 157044eaa8fbdc2dbbf2b7a66b301269e2bf55f8 (diff) | |
download | slackbuilds-ca00ee2e3a2e2f83a16f513a4133feccc6686d0b.tar.gz |
python/pytest-cov: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | python/pytest-cov/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pytest-cov/README b/python/pytest-cov/README index 4e9556d2c9..555f51c13c 100644 --- a/python/pytest-cov/README +++ b/python/pytest-cov/README @@ -1,3 +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. +This plugin produces coverage reports. It supports centralised testing +and distributed testing in both load and each modes. It also supports +coverage of subprocesses. |