We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a1ef9 commit 42144a6Copy full SHA for 42144a6
docs/contributing.rst
@@ -39,6 +39,10 @@ or the entire project using:
39
40
./scripts/test
41
42
+The last command will also check test coverage. To view the coverage report, you can run
43
+`coverage report` (to view the report in the terminal) or `coverage html` (to generate
44
+an HTML report that can be opened in a browser).
45
+
46
More details on using ``unittest`` are `here
47
<https://docs.python.org/3/library/unittest.html>`_.
48
0 commit comments