perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / hupper / test / results-all.master
blob00c2ea46d1d40af4e6dc8fcd82f9ab0570e277f0
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m py.test --cov --cov-report=
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: pytest.ini
8 testpaths: src/hupper, tests
9 collecting ... collected 10 items
11 tests/test_cli.py::test_interval_parser PASSED
12 tests/test_cli.py::test_interval_parser_errors[-1] PASSED
13 tests/test_cli.py::test_interval_parser_errors[0] PASSED
14 tests/test_ipc.py::test_ipc_close PASSED
15 tests/test_it.py::test_myapp_reloads_when_touching_ini PASSED
16 tests/test_it.py::test_myapp_reloads_when_touching_pyfile PASSED
17 tests/test_reloader.py::test_ignore_files PASSED
18 tests/test_reloader.py::test_proxy_expands_paths PASSED
19 tests/test_reloader.py::test_proxy_proxies PASSED
20 tests/test_reloader.py::test_proxy_tracks_changes PASSED
22 ======== 10 passed ========
23   py$(PYV): OK
24   congratulations :)