============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON) cachedir: .pytest_cache rootdir: $(@D) configfile: pyproject.toml collecting ... collected 8 items tests/solution_providers/test_solution_provider_repository.py::test_it_has_no_provider_by_default PASSED tests/solution_providers/test_solution_provider_repository.py::test_providers_can_be_passed_to_constructor PASSED tests/solution_providers/test_solution_provider_repository.py::test_it_can_find_solutions PASSED tests/test_frame.py::test_frame PASSED tests/test_frame.py::test_frame_with_no_context_should_return_empty_line PASSED tests/test_inspector.py::test_inspector_with_simple_exception PASSED tests/test_inspector.py::test_inspector_with_nested_exception PASSED tests/test_inspector.py::test_inspector_with_recursive_exception PASSED ======== 8 passed ========