python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / pytest-lazy-fixtures / test / results-all.master
blob4ef768ef6d19a70de86b684ddd1763cc7a9e6cbd
1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 rootdir: $(@D)
5 configfile: pyproject.toml
6 collecting ... collected 25 items
8 tests/tests.py::test_lazy_fixture_repr PASSED
9 tests/tests.py::test_lazy_fixture_callable_repr PASSED
10 tests/tests.py::test_lazy_fixture[one-two-4] PASSED
11 tests/tests.py::test_lazy_fixture_data_types[actual0-expected0] PASSED
12 tests/tests.py::test_lazy_fixture_data_types[actual1-expected1] PASSED
13 tests/tests.py::test_lazy_fixture_data_types[actual2-expected2] PASSED
14 tests/tests.py::test_lazy_fixture_data_types[actual3-expected3] PASSED
15 tests/tests.py::test_lazy_fixture_data_types[actual4-expected4] PASSED
16 tests/tests.py::test_lazy_fixture_with_fixtures[four] PASSED
17 tests/tests.py::test_lazy_fixture_with_attrs[entity-entity.value] PASSED
18 tests/tests.py::test_lazy_fixture_callable_with_func[format] PASSED
19 tests/tests.py::test_lazy_fixture_callable_with_lf[entity_format] PASSED
20 tests/tests.py::test_lazy_fixture_callable_with_attr_lf[entity.sum] PASSED
21 tests/tests.py::test[data0] PASSED
22 tests/tests.py::test_foo[service1-a] PASSED
23 tests/tests.py::test_foo[service1-b] PASSED
24 tests/tests.py::test_foo[fixture21-a] PASSED
25 tests/tests.py::test_foo[fixture21-b] PASSED
26 tests/tests.py::test_foo[fixture22-a] PASSED
27 tests/tests.py::test_foo[fixture22-b] PASSED
28 tests/tests.py::test_foo[fixture23-a] PASSED
29 tests/tests.py::test_foo[fixture23-b] PASSED
30 tests/tests.py::test_foo[fixture24-a] PASSED
31 tests/tests.py::test_foo[fixture24-b] PASSED
32 tests/tests.py::test_dict_a_b[test_dict0] PASSED
34 ======== 25 passed ========