rebuild gst-plugins-good1 for libvpx-1.15.0; fix gcc-14 problem
[oi-userland.git] / components / python / ukkonen / test / results-all.master
blob1862a7d217b1983a30c6482c57e78b0bfa4666be
1 ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions
2 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
3 py$(PYV): commands[0]> python -m coverage erase
4 py$(PYV): commands[1]> python -m coverage run -m pytest tests
5 ============================= test session starts ==============================
6 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
7 cachedir: .tox/py$(PYV)/.pytest_cache
8 rootdir: $(@D)
9 collecting ... collected 3 items
11 tests/ukkonen_test.py::test_bounded PASSED
12 tests/ukkonen_test.py::test_exact_match PASSED                           [100%]Clearing the cache
13 tests/ukkonen_test.py::test_not_bounded PASSED
16 ======== 3 passed ========
17 py$(PYV): commands[2]> python -m coverage report --fail-under 100
18 Name    Stmts   Miss Branch BrPart  Cover   Missing
19 ---------------------------------------------------
20 TOTAL      11      0      0      0   100%
22 3 files skipped due to complete coverage.
23   py$(PYV): OK
24   congratulations :)