re-enable smalltalk/cog-spur
[oi-userland.git] / components / python / process-tests / test / results-all.master
blob66dc0274fc00f3c4df0eb33e7c9cc82111c76adb
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> pytest --cov --cov-report=term-missing --cov-report=xml -vv tests
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
5 cachedir: .tox/py$(PYV)/.pytest_cache
6 rootdir: $(@D)
7 configfile: pytest.ini
8 collecting ... collected 3 items
10 tests/test_process_tests.py::test_filebuffer PASSED
11 tests/test_process_tests.py::test_socket PASSED
12 tests/test_process_tests.py::test_wait_for_strings PASSED
15 ======== 3 passed ========
16   py$(PYV): OK
17   congratulations :)