============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
cachedir: .pytest_cache
rootdir: $(@D)
configfile: pyproject.toml
collecting ... collected 27 items

tests/tests.py::test_lazy_fixture_repr PASSED
tests/tests.py::test_lazy_fixture_callable_repr PASSED
tests/tests.py::test_lazy_fixture[one-two-4] PASSED
tests/tests.py::test_lazy_fixture_data_types[actual0-expected0] PASSED
tests/tests.py::test_lazy_fixture_data_types[actual1-expected1] PASSED
tests/tests.py::test_lazy_fixture_data_types[actual2-expected2] PASSED
tests/tests.py::test_lazy_fixture_data_types[actual3-expected3] PASSED
tests/tests.py::test_lazy_fixture_data_types[actual4-expected4] PASSED
tests/tests.py::test_lazy_fixture_with_fixtures[four] PASSED
tests/tests.py::test_lazy_fixture_with_attrs[entity-entity.value] PASSED
tests/tests.py::test_lazy_fixture_callable_with_func[builtin_function_or_method] PASSED
tests/tests.py::test_lazy_fixture_callable_with_class[attrgetter] PASSED
tests/tests.py::test_lazy_fixture_callable_with_lf[entity_format] PASSED
tests/tests.py::test_lazy_fixture_callable_with_attr_lf[entity.sum] PASSED
tests/tests.py::test[data0] PASSED
tests/tests.py::test_foo[service1-a] PASSED
tests/tests.py::test_foo[service1-b] PASSED
tests/tests.py::test_foo[fixture21-a] PASSED
tests/tests.py::test_foo[fixture21-b] PASSED
tests/tests.py::test_foo[fixture22-a] PASSED
tests/tests.py::test_foo[fixture22-b] PASSED
tests/tests.py::test_foo[fixture23-a] PASSED
tests/tests.py::test_foo[fixture23-b] PASSED
tests/tests.py::test_foo[fixture24-a] PASSED
tests/tests.py::test_foo[fixture24-b] PASSED
tests/tests.py::test_dict_a_b[test_dict0] PASSED
tests/tests.py::test_indirect_fixture[filters0-Alessio] PASSED

======== 27 passed ========