perl/Test-Simple: update to 1.302205
[oi-userland.git] / components / python / pytest-datadir / test / results-all.master
blob46aaf530aeffe24a0b22d679445beb22f3ff2214
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
6 rootdir: $(@D)
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 ========
20   py$(PYV): OK
21   congratulations :)