forked from aliganjei/bltools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoverage.txt
More file actions
56 lines (52 loc) · 4.11 KB
/
coverage.txt
File metadata and controls
56 lines (52 loc) · 4.11 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
pytest : C:\Users\tt74
19\AppData\Local\Pytho
n\pythoncore-3.14-64\L
ib\site-packages\langs
mith\schemas.py:23:
UserWarning: Core
Pydantic V1
functionality isn't
compatible with
Python 3.14 or
greater.
At line:1 char:1
+ pytest
--cov=bltools --cov-re
port=term-missing >
coverage.txt 2>&1
+ ~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~
~~
+ CategoryInfo
: NotSpeci
fied: (C:\Users\t
t7419....14 or gr
eater.:String) []
, RemoteException
+ FullyQualifiedE
rrorId : NativeCo
mmandError
from pydantic.v1
import (
============================= test session starts =============================
platform win32 -- Python 3.14.0, pytest-9.0.2, pluggy-1.6.0
rootdir: C:\Users\tt7419\Downloads\GitHub\bltools
configfile: pyproject.toml
plugins: anyio-4.12.0, Faker-20.1.0, langsmith-0.5.1, asyncio-1.3.0, bdd-8.1.0, cov-6.3.0, respx-0.22.0
asyncio: mode=Mode.STRICT, debug=False, asyncio_default_fixture_loop_scope=None, asyncio_default_test_loop_scope=function
collected 11 items
tests\test_core.py ........ [ 72%]
tests\test_structure.py ... [100%]
=============================== tests coverage ================================
_______________ coverage: platform win32, python 3.14.0-final-0 _______________
Name Stmts Miss Cover Missing
-------------------------------------------------------------
src\bltools\__init__.py 0 0 100%
src\bltools\core.py 173 24 86% 82-83, 158-162, 166-168, 175-177, 212-215, 240-241, 250, 282-287
src\bltools\logging_config.py 11 11 0% 1-30
src\bltools\main.py 29 4 86% 45, 48, 55, 60
src\bltools\settings.py 11 0 100%
-------------------------------------------------------------
TOTAL 224 39 83%
============================= 11 passed in 5.91s ==============================