1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python --version
4 py$(PYV): commands[1]> python -m pytest --cov=pypi_json -r aR tests/
5 ============================= test session starts ==============================
6 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
7 cachedir: .tox/py$(PYV)/.pytest_cache
11 timeout method: signal
12 timeout func_only: False
13 collecting ... collected 23 items
15 tests/test_api.py::test_changes_to_api_july_2022 PASSED
16 tests/test_api.py::test_class_misc PASSED
17 tests/test_api.py::test_custom_endpoint PASSED
18 tests/test_api.py::test_download_file[%] PASSED
19 tests/test_api.py::test_download_file[^] PASSED
20 tests/test_api.py::test_get_latest_version PASSED
21 tests/test_api.py::test_get_metadata PASSED
22 tests/test_api.py::test_get_metadata_not_found PASSED
23 tests/test_api.py::test_get_pypi_releases[0.1.0] PASSED
24 tests/test_api.py::test_get_pypi_releases[None] PASSED
25 tests/test_api.py::test_get_releases_with_digests[0.1.0] PASSED
26 tests/test_api.py::test_get_releases_with_digests[None] PASSED
27 tests/test_api.py::test_get_wheel_tag_mapping[apeye] PASSED
28 tests/test_api.py::test_get_wheel_tag_mapping[coverage] PASSED
29 tests/test_api.py::test_get_wheel_tag_mapping[domdf_python_tools] PASSED
30 tests/test_api.py::test_get_wheel_tag_mapping[mathematical] PASSED
31 tests/test_api.py::test_get_wheel_tag_mapping[numpy] PASSED
32 tests/test_api.py::test_get_wheel_tag_mapping[pyyaml] PASSED
33 tests/test_api.py::test_get_wheel_tag_mapping[scipy] PASSED
34 tests/test_api.py::test_get_wheel_tag_mapping[shippinglabel] PASSED
35 tests/test_api.py::test_get_wheel_tag_mapping_no_files[microsoft] PASSED
36 tests/test_api.py::test_get_wheel_tag_mapping_no_version[microsoft] PASSED
37 tests/test_api.py::test_metadata_nonexistant PASSED
39 Required test coverage of 98.0% reached. Total coverage: 98.21%
41 ============================= slowest 25 durations =============================
42 ======== 23 passed ========