@@ -9,35 +9,37 @@ uv run pytest
99```
1010
1111``` sh
12- ============================================= test session starts =============================================
13- platform linux -- Python 3.12.6 , pytest-8.3.4 , pluggy-1.5 .0
14- rootdir: /workspaces/python-uv
12+ ================================================ test session starts === =============================================
13+ platform linux -- Python 3.14.0 , pytest-9.0.1 , pluggy-1.6 .0
14+ rootdir: /workspace
1515configfile: pytest.ini
1616testpaths: tests
17- plugins: cov-6 .0.0
18- collected 4 items
17+ plugins: anyio-4.11.0, cov-7 .0.0
18+ collected 8 items
1919
20- tests/tools/test__logger.py .... [100%]
20+ tests/tools/test__config.py .. [ 25%]
21+ tests/tools/test__logger.py .... [ 75%]
22+ tests/tools/test__tracer.py .. [100%]
23+
24+ ================================================ tests coverage ================================================
25+ ________________________________________ coverage: platform linux, python 3.14.0-final-0 _________________________________________
2126
22- ---------- coverage: platform linux, python 3.12.6-final-0 -----------
2327Name Stmts Miss Branch BrPart Cover Missing
2428-------------------------------------------------------------------------
25- tests/tools/test__logger.py 24 0 0 0 100%
26- tools/__init__.py 2 0 0 0 100%
27- tools/logger/__init__.py 5 0 0 0 100%
29+ tools/config/fastapi.py 2 0 0 0 100%
30+ tools/config/settings.py 20 0 0 0 100%
2831tools/logger/color.py 12 0 0 0 100%
29- tools/logger/googlecloud.py 10 0 0 0 100%
32+ tools/logger/googlecloud.py 6 0 0 0 100%
3033tools/logger/local.py 12 0 0 0 100%
3134tools/logger/logger.py 23 0 2 0 100%
3235tools/logger/style.py 7 0 0 0 100%
3336tools/logger/type.py 5 0 0 0 100%
37+ tools/tracer/timer.py 16 0 0 0 100%
3438-------------------------------------------------------------------------
35- TOTAL 100 0 2 0 100%
39+ TOTAL 103 0 2 0 100%
3640Coverage HTML written to dir htmlcov
37-
3841Required test coverage of 75% reached. Total coverage: 100.00%
39-
40- ============================================== 4 passed in 2.00s ==============================================
42+ ================================================ 8 passed in 1.23s ================================================
4143```
4244
4345## Run pytest on VS Code
0 commit comments