-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpytest-coverage.txt
62 lines (60 loc) · 4.21 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
59
60
61
62
============================= test session starts ==============================
platform linux -- Python 3.11.11, pytest-8.3.5, pluggy-1.5.0
rootdir: /home/runner/work/psnawp/psnawp
configfile: pyproject.toml
testpaths: tests
plugins: cov-6.1.1, vcr-1.0.2
collected 87 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%]
.................... [ 27%]
tests/integration_tests/integration_test_psnawp_api/models/test_game_title.py . [ 28%]
........ [ 37%]
tests/integration_tests/integration_test_psnawp_api/models/test_group.py . [ 39%]
............. [ 54%]
tests/integration_tests/integration_test_psnawp_api/models/test_search.py . [ 55%]
.. [ 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 --------
================================ tests coverage ================================
_______________ 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 131 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 80 0 100%
src/psnawp_api/models/game_title.py 23 0 100%
src/psnawp_api/models/group/__init__.py 2 0 100%
src/psnawp_api/models/group/group.py 56 0 100%
src/psnawp_api/models/group/group_datatypes.py 42 42 0%
src/psnawp_api/models/listing/__init__.py 2 0 100%
src/psnawp_api/models/listing/pagination_iterator.py 52 2 96%
src/psnawp_api/models/search/__init__.py 2 0 100%
src/psnawp_api/models/search/search_datatypes.py 74 0 100%
src/psnawp_api/models/search/universal_search.py 62 26 58%
src/psnawp_api/models/title_stats.py 71 1 99%
src/psnawp_api/models/trophies/__init__.py 6 0 100%
src/psnawp_api/models/trophies/trophy.py 104 7 93%
src/psnawp_api/models/trophies/trophy_constants.py 33 0 100%
src/psnawp_api/models/trophies/trophy_group.py 65 0 100%
src/psnawp_api/models/trophies/trophy_summary.py 20 0 100%
src/psnawp_api/models/trophies/trophy_titles.py 70 0 100%
src/psnawp_api/models/trophies/trophy_utils.py 6 0 100%
src/psnawp_api/models/user.py 87 0 100%
src/psnawp_api/psnawp.py 33 0 100%
src/psnawp_api/utils/__init__.py 3 0 100%
src/psnawp_api/utils/endpoints.py 3 0 100%
src/psnawp_api/utils/misc.py 19 0 100%
--------------------------------------------------------------------------
TOTAL 1142 102 91%
Coverage HTML written to dir htmlcov
Coverage XML written to file coverage.xml
============================== 87 passed in 4.65s ==============================