ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / first / test / results-all.master
blobbaba5ea36fe5a6dcd28033358d23f8fe4925441a
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest '--doctest-glob=*.rst' --doctest-modules --ignore=setup.py
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 6 items
9 README.rst::README.rst PASSED
10 first.py::first PASSED
11 first.py::first.first PASSED
12 test_first.py::TestFirst::test_default_value PASSED
13 test_first.py::TestFirst::test_empty_iterables PASSED
14 test_first.py::TestFirst::test_selection PASSED
16 ======== 6 passed ========
17   py$(PYV): OK
18   congratulations :)