MCPcopy Create free account
hub / github.com/dchevell/flask-executor / test_missing_future

Function test_missing_future

tests/test_futures.py:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 assert future not in futures
28
29def test_missing_future():
30 futures = FutureCollection()
31 assert futures.running('test') is None
32
33def test_duplicate_add_future():
34 executor = concurrent.futures.ThreadPoolExecutor(max_workers=1)

Callers

nothing calls this directly

Calls 1

FutureCollectionClass · 0.90

Tested by

no test coverage detected