INNER CODE UNIT · Python

_registry

hynek/svcs · conftest.py:63

def _registry():
    return svcs.Registry()


@pytest.fixture(name="container")
def _container(registry):
    return svcs.Container(registry)


@pytest.fixture(name="close_me")
def _close_me():
    return CloseMe()

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…