1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> pytest
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
5 cachedir: .tox/py$(PYV)/.pytest_cache
7 configfile: pyproject.toml
9 collecting ... collected 16 items
11 tests/test_config.py::test_base_ini PASSED
12 tests/test_config.py::test_base_pyproject PASSED
13 tests/test_config.py::test_empty_pyproject PASSED
14 tests/test_config.py::test_setup_cfg PASSED
15 tests/test_documentation.py::test_documentation PASSED
16 tests/test_documentation.py::test_type_to_str PASSED
17 tests/test_enum.py::test_simple PASSED
18 tests/test_pytoolconfig.py::test_cli PASSED
19 tests/test_pytoolconfig.py::test_fall_through PASSED
20 tests/test_pytoolconfig.py::test_global SKIPPED
21 tests/test_pytoolconfig.py::test_invalid_key PASSED
22 tests/test_pytoolconfig.py::test_nested PASSED
23 tests/test_pytoolconfig.py::test_simple PASSED
24 tests/test_pytoolconfig.py::test_universal_key PASSED
25 tests/test_utils.py::test_find_pyproject PASSED
26 tests/test_utils.py::test_parse_deps PASSED
28 ======== 15 passed, 1 skipped ========