@@ -81,20 +81,21 @@ The output should be something like:
81
81
82
82
.. code-block ::
83
83
84
- platform darwin -- Python 3.9 , pytest-5.4.3 , py-1.9 .0, pluggy-0.13.1
85
- plugins: flask-1 .0.0, cov-2.10 .0
84
+ platform darwin -- Python 3.10.0 , pytest-6.2.5 , py-1.10 .0, pluggy-1.0.0
85
+ plugins: cov-3 .0.0, flask-1.2 .0
86
86
collected 2 items
87
87
88
88
githubnavigator/tests.py .. [100%]
89
89
90
- ---------- coverage: platform darwin, python 3.9 -----------
91
- Name Stmts Miss Cover
92
- ----------------------------------------------------
93
- githubnavigator/__init__.py 0 0 100%
94
- githubnavigator/application.py 15 0 100%
95
- githubnavigator/blueprints/example.py 12 0 100%
96
- githubnavigator/containers.py 7 0 100%
97
- githubnavigator/services.py 14 0 100%
98
- githubnavigator/tests.py 34 0 100%
99
- -----------------------------------------------------------
100
- TOTAL 82 0 100%
90
+ ---------- coverage: platform darwin, python 3.10.0-final-0 ----------
91
+ Name Stmts Miss Cover
92
+ ------------------------------------------------------------
93
+ githubnavigator/__init__.py 0 0 100%
94
+ githubnavigator/application.py 13 0 100%
95
+ githubnavigator/blueprints/__init__.py 0 0 100%
96
+ githubnavigator/blueprints/example.py 12 0 100%
97
+ githubnavigator/containers.py 8 0 100%
98
+ githubnavigator/services.py 14 0 100%
99
+ githubnavigator/tests.py 34 0 100%
100
+ ------------------------------------------------------------
101
+ TOTAL 81 0 100%
0 commit comments