diff --git a/tests/devx/conftest.py b/tests/devx/conftest.py index 232edd78..3e3d046a 100644 --- a/tests/devx/conftest.py +++ b/tests/devx/conftest.py @@ -57,6 +57,7 @@ type PexpectSpawner = Callable[ @pytest.fixture def spawn( start_method: str, + loglevel: str, testdir: pytest.Pytester, reg_addr: tuple[str, int], @@ -66,7 +67,16 @@ def spawn( run an `./examples/..` script by name. ''' - if start_method != 'trio': + supported_spawners: set[str] = { + 'trio', + # `examples/debugging/