File tree 1 file changed +0
-20
lines changed
1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -19,26 +19,6 @@ You can even disable all of them: `pytest -m "not enable_socket" -m "not samples
19
19
20
20
Please note that this reduces test coverage. The CI will always test all files.
21
21
22
- ## Creating a Coverage Report
23
-
24
- If you want to get a coverage report that considers the Python version specific
25
- code, you can run [ ` tox ` ] ( https://tox.wiki/en/latest/ ) .
26
-
27
- As a prerequisite, we recommend using [ ` pyenv ` ] ( https://github.com/pyenv/pyenv )
28
- so that you can install the different Python versions:
29
-
30
- ```
31
- pyenv install pypy3.8-7.3.7
32
- pyenv install 3.7.15
33
- pyenv install 3.8.12
34
- pyenv install 3.9.10
35
- pyenv install 3.10.2
36
- ```
37
-
38
- Then you can execute ` tox ` which will create a coverage report in HTML form
39
- in the end. The execution takes about 30 minutes.
40
-
41
-
42
22
## Docstrings in Unit tests
43
23
44
24
The first line of a docstring in a unit test should be written in a way that
You can’t perform that action at this time.
0 commit comments