-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcov.txt
24 lines (20 loc) · 1.04 KB
/
cov.txt
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.9.7, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
rootdir: /home/theo/repos
plugins: anyio-2.2.0, cov-3.0.0
collected 33 items
test/test_basic_operations.py .................. [ 54%]
test/test_edge_cases.py .......... [ 84%]
test/test_exceptions.py ..... [100%]
----------- coverage: platform linux, python 3.9.7-final-0 -----------
Name Stmts Miss Cover
-------------------------------------------
litebox/__init__.py 1 0 100%
litebox/constants.py 2 0 100%
litebox/exceptions.py 8 0 100%
litebox/globals.py 4 0 100%
litebox/main.py 95 0 100%
litebox/utils.py 24 0 100%
-------------------------------------------
TOTAL 134 0 100%
============================== 33 passed in 0.11s ==============================