cmake: update to 3.31.4
[oi-userland.git] / components / python / contextvars / test / results-all.master
blob97364ff7644b788951fe9211307b6870a1811908
1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
5 rootdir: $(@D)
6 asyncio: mode=strict
7 collecting ... collected 23 items
9 ::project PASSED
10 tests/test_basics.py::ContextTest::test_context_copy_1 PASSED
11 tests/test_basics.py::ContextTest::test_context_get_context_1 PASSED
12 tests/test_basics.py::ContextTest::test_context_getset_1 PASSED
13 tests/test_basics.py::ContextTest::test_context_getset_2 PASSED
14 tests/test_basics.py::ContextTest::test_context_getset_3 PASSED
15 tests/test_basics.py::ContextTest::test_context_getset_4 PASSED
16 tests/test_basics.py::ContextTest::test_context_getset_5 PASSED
17 tests/test_basics.py::ContextTest::test_context_new_1 PASSED
18 tests/test_basics.py::ContextTest::test_context_run_1 PASSED
19 tests/test_basics.py::ContextTest::test_context_run_2 PASSED
20 tests/test_basics.py::ContextTest::test_context_run_3 PASSED
21 tests/test_basics.py::ContextTest::test_context_run_4 PASSED
22 tests/test_basics.py::ContextTest::test_context_run_5 PASSED
23 tests/test_basics.py::ContextTest::test_context_run_6 PASSED
24 tests/test_basics.py::ContextTest::test_context_run_7 PASSED
25 tests/test_basics.py::ContextTest::test_context_subclassing_1 PASSED
26 tests/test_basics.py::ContextTest::test_context_threads_1 PASSED
27 tests/test_basics.py::ContextTest::test_context_typerrors_1 PASSED
28 tests/test_basics.py::ContextTest::test_context_var_new_1 PASSED
29 tests/test_basics.py::ContextTest::test_context_var_new_2 PASSED
30 tests/test_basics.py::ContextTest::test_context_var_repr_1 PASSED
33 ======== 22 passed ========