-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcoverage_output.txt
More file actions
24 lines (21 loc) · 1.29 KB
/
Copy pathcoverage_output.txt
File metadata and controls
24 lines (21 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
============================= test session starts ==============================
platform linux -- Python 3.13.12, pytest-9.0.3, pluggy-1.6.0
rootdir: /app
configfile: pyproject.toml
plugins: cov-7.1.0, anyio-4.13.0, asyncio-1.4.0, xdist-3.8.0, timeout-2.4.0
asyncio: mode=Mode.AUTO, debug=False, asyncio_default_fixture_loop_scope=function, asyncio_default_test_loop_scope=function
timeout: 30.0s
timeout method: signal
timeout func_only: False
collected 82 items
tests/test_backends/test_user_backend.py ............................... [ 37%]
................................................... [100%]
================================ tests coverage ================================
_______________ coverage: platform linux, python 3.13.12-final-0 _______________
Name Stmts Miss Cover Missing
--------------------------------------------------------------------------------
src/better_telegram_mcp/backends/user_backend.py 276 1 99% 321
--------------------------------------------------------------------------------
TOTAL 276 1 99%
Required test coverage of 95.0% reached. Total coverage: 99.64%
============================== 82 passed in 2.31s ==============================