python/pyproject_installer: update to 0.5.5
[oi-userland.git] / components / python / subprocess-tee / test / results-all.master
blobfc347f6de4757ce67390c4eafee9bbc8dc401377
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest
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 configfile: pyproject.toml
8 collecting ... collected 14 items
10 test/test_unit.py::test_run_string PASSED
11 test/test_unit.py::test_run_list PASSED
12 test/test_unit.py::test_run_echo PASSED
13 test/test_unit.py::test_run_with_env[auto] PASSED
14 test/test_unit.py::test_run_with_env[sh] PASSED
15 test/test_unit.py::test_run_with_env[bash] PASSED
16 test/test_unit.py::test_run_with_env[zsh] PASSED
17 test/test_unit.py::test_run_shell PASSED
18 test/test_unit.py::test_run_shell_undefined PASSED
19 test/test_unit.py::test_run_cwd PASSED
20 test/test_unit.py::test_run_with_check_raise SKIPPED (always fails: ...)
21 test/test_unit.py::test_run_with_check_pass PASSED
22 test/test_unit.py::test_run_compat PASSED
23 test/test_unit.py::test_run_waits_for_completion PASSED
25 ======== 13 passed, 1 skipped ========
26   py$(PYV): OK
27   congratulations :)