MCPcopy
hub / github.com/celery/celery / threads_not_lingering

Function threads_not_lingering

t/unit/conftest.py:182–184  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

180
181@pytest.fixture(autouse=True)
182def threads_not_lingering(request):
183 yield
184 assert request.session._threads_at_startup == alive_threads()
185
186
187@pytest.fixture(autouse=True)

Callers

nothing calls this directly

Calls 1

alive_threadsFunction · 0.85

Tested by

no test coverage detected