Also re-wrap the readme files

This commit is contained in:
Veronica K. B. Olsen
2020-12-16 23:24:00 +01:00
parent f78b491849
commit b5caba6ecf
2 changed files with 64 additions and 59 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ To add test coverage, run the following:
pytest-3 -v --cov=nw --cov-report=html
```
The `--cov-report` switch generates an html report, omit it to print a coverage summary to the terminal.
The html coverage report will be available in the `htmlcov` folder.
The `--cov-report` switch generates an html report, omit it to print a coverage summary to the
terminal. The html coverage report will be available in the `htmlcov` folder.
### Test Markers (Categories)