You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
nuanced.utils.with_timeout was introduced in #36 but it is replaced with a test double in tests/nuanced/code_graph_test.py and is otherwise not exercised in any automated tests.
We should add some test scenarios for the following cases:
with_timeout is invoked with a target function that can't be pickled
with_timeout exposes an error when the timeout is exceeded
with_timeout exposes the return value of the target function when function execution succeeds before timing out
nuanced.utils.with_timeoutwas introduced in #36 but it is replaced with a test double intests/nuanced/code_graph_test.pyand is otherwise not exercised in any automated tests.We should add some test scenarios for the following cases:
with_timeoutis invoked with a target function that can't be pickledwith_timeoutexposes an error when the timeout is exceededwith_timeoutexposes the return value of the target function when function execution succeeds before timing outResources: