-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpytest-coverage.txt
58 lines (54 loc) · 3.78 KB
/
pytest-coverage.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
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
57
58
============================= test session starts ==============================
platform linux -- Python 3.11.11, pytest-8.3.4, pluggy-1.5.0
rootdir: /home/runner/work/psnawp/psnawp
configfile: pyproject.toml
testpaths: tests
plugins: vcr-1.0.2, cov-6.0.0
collected 84 items
tests/integration_tests/integration_test_psnawp_api/core/test_authenticator.py . [ 1%]
.. [ 3%]
tests/integration_tests/integration_test_psnawp_api/models/test_client.py . [ 4%]
.................. [ 26%]
tests/integration_tests/integration_test_psnawp_api/models/test_game_title.py . [ 27%]
........ [ 36%]
tests/integration_tests/integration_test_psnawp_api/models/test_group.py . [ 38%]
............. [ 53%]
tests/integration_tests/integration_test_psnawp_api/models/test_search.py . [ 54%]
.. [ 57%]
tests/integration_tests/integration_test_psnawp_api/models/test_user.py . [ 58%]
................................ [ 96%]
tests/integration_tests/integration_test_psnawp_api/utils/test_utils_misc.py . [ 97%]
.. [100%]
-------- generated xml file: /home/runner/work/psnawp/psnawp/pytest.xml --------
---------- coverage: platform linux, python 3.11.11-final-0 ----------
Name Stmts Miss Cover
--------------------------------------------------------------------------
src/psnawp_api/__init__.py 2 0 100%
src/psnawp_api/core/__init__.py 4 0 100%
src/psnawp_api/core/authenticator.py 133 17 87%
src/psnawp_api/core/psnawp_exceptions.py 11 0 100%
src/psnawp_api/core/request_builder.py 72 7 90%
src/psnawp_api/models/__init__.py 7 0 100%
src/psnawp_api/models/client.py 73 0 100%
src/psnawp_api/models/game_title.py 23 0 100%
src/psnawp_api/models/group.py 97 0 100%
src/psnawp_api/models/listing/__init__.py 2 0 100%
src/psnawp_api/models/listing/pagination_iterator.py 53 2 96%
src/psnawp_api/models/search.py 147 31 79%
src/psnawp_api/models/title_stats.py 72 1 99%
src/psnawp_api/models/trophies/__init__.py 6 0 100%
src/psnawp_api/models/trophies/trophy.py 127 7 94%
src/psnawp_api/models/trophies/trophy_constants.py 30 0 100%
src/psnawp_api/models/trophies/trophy_group.py 86 0 100%
src/psnawp_api/models/trophies/trophy_summary.py 25 0 100%
src/psnawp_api/models/trophies/trophy_titles.py 85 0 100%
src/psnawp_api/models/trophies/utility_functions.py 7 0 100%
src/psnawp_api/models/user.py 84 0 100%
src/psnawp_api/psnawp.py 36 0 100%
src/psnawp_api/utils/__init__.py 3 0 100%
src/psnawp_api/utils/endpoints.py 2 0 100%
src/psnawp_api/utils/misc.py 19 0 100%
--------------------------------------------------------------------------
TOTAL 1206 65 95%
Coverage HTML written to dir htmlcov
============================== 84 passed in 4.97s ==============================