ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / pytest-subtests / test / results-all.master
blob0a539ce9b27d70617035482da41e39202ee727eb
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest tests
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 collecting ... collected 32 items
10 tests/test_subtests.py::TestFixture::test_simple_terminal_normal[normal] PASSED
11 tests/test_subtests.py::TestFixture::test_simple_terminal_normal[xdist] PASSED
12 tests/test_subtests.py::TestFixture::test_simple_terminal_verbose[normal] PASSED
13 tests/test_subtests.py::TestFixture::test_simple_terminal_verbose[xdist] PASSED
14 tests/test_subtests.py::TestFixture::test_skip[normal] PASSED
15 tests/test_subtests.py::TestFixture::test_skip[xdist] PASSED
16 tests/test_subtests.py::TestFixture::test_xfail[normal] PASSED
17 tests/test_subtests.py::TestFixture::test_xfail[xdist] PASSED
18 tests/test_subtests.py::TestFixture::test_typing_exported[normal] PASSED
19 tests/test_subtests.py::TestFixture::test_typing_exported[xdist] PASSED
20 tests/test_subtests.py::TestSubTest::test_simple_terminal_normal[unittest] PASSED
21 tests/test_subtests.py::TestSubTest::test_simple_terminal_normal[pytest-normal] PASSED
22 tests/test_subtests.py::TestSubTest::test_simple_terminal_normal[pytest-xdist] PASSED
23 tests/test_subtests.py::TestSubTest::test_simple_terminal_verbose[unittest] PASSED
24 tests/test_subtests.py::TestSubTest::test_simple_terminal_verbose[pytest-normal] PASSED
25 tests/test_subtests.py::TestSubTest::test_simple_terminal_verbose[pytest-xdist] PASSED
26 tests/test_subtests.py::TestSubTest::test_skip[unittest] PASSED
27 tests/test_subtests.py::TestSubTest::test_skip[pytest-normal] XFAIL
28 tests/test_subtests.py::TestSubTest::test_skip[pytest-xdist] XFAIL (...)
29 tests/test_subtests.py::TestSubTest::test_xfail[unittest] XFAIL (Not...)
30 tests/test_subtests.py::TestSubTest::test_xfail[pytest-normal] XFAIL
31 tests/test_subtests.py::TestSubTest::test_xfail[pytest-xdist] XFAIL
32 tests/test_subtests.py::TestCapture::test_capturing PASSED
33 tests/test_subtests.py::TestCapture::test_no_capture PASSED
34 tests/test_subtests.py::TestCapture::test_capture_with_fixture[capsys] PASSED
35 tests/test_subtests.py::TestCapture::test_capture_with_fixture[capfd] PASSED
36 tests/test_subtests.py::TestLogging::test_capturing PASSED
37 tests/test_subtests.py::TestLogging::test_caplog PASSED
38 tests/test_subtests.py::TestLogging::test_no_logging PASSED
39 tests/test_subtests.py::TestDebugging::test_pdb_fixture PASSED
40 tests/test_subtests.py::TestDebugging::test_pdb_unittest PASSED
41 tests/test_subtests.py::test_exitfirst PASSED
43 ================================== XFAILURES ===================================
44 $(@D)/tests/test_subtests.py:304: _pytest.outcomes.XFailed: Not producing the expected results (#5)
45 $(@D)/tests/test_subtests.py:304: _pytest.outcomes.XFailed: Not producing the expected results (#5)
46 $(@D)/tests/test_subtests.py:336: Failed: nomatch: 'Ran 1 test in *'
47 $(@D)/tests/test_subtests.py:339: Failed: nomatch: 'collected 1 item'
48 $(@D)/tests/test_subtests.py:339: Failed: nomatch: 'collected 1 item'
49 =========================== short test summary info ============================
50 ======== 27 passed, 5 xfailed ========
51   py$(PYV): OK
52   congratulations :)