1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest tests
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
7 collecting ... collected 9 items
9 tests/test_hello.py::test_change_test_files PASSED
10 tests/test_hello.py::test_file_override PASSED
11 tests/test_hello.py::test_local_directory PASSED
12 tests/test_hello.py::test_read_hello PASSED
13 tests/test_hello.py::test_read_spam_from_other_dir PASSED
14 tests/test_hello.py::test_shared_directory PASSED
15 tests/test_nonexistent.py::test_missing_data_dir_starts_empty PASSED
16 tests/test_pathlib.py::test_win32_longpath_idempotent PASSED
17 tests/test_pathlib.py::test_win32_longpath_unc SKIPPED (Only makes s...)
19 ======== 8 passed, 1 skipped ========