test: fill signal, sandbox, and TaskWrapper edge-case stubs - #32
Conversation
Signed-off-by: Sandipan Kundu <sandipank.dev@gmail.com>
|
Hi @skundu42! Thanks for opening this PR 🙂 I ran locally and got For the signal tests, I think those make sense but could you please make the lock assertion deterministic, for example replace the |
|
@alessiodevoto Thanks for the review. I have made the requested changes. Let me know if this works. Also, please feel free to assign me other issues directly. I am planning to be an active contributor in this. |
|
Hi @skundu42 thanks for updating ! LGTM, merging 🙂 ! |
Summary
test_signal_edge_cases.py)execute_pythonNameError recovery (test_sandbox_edge_cases.py)task.abort/task.replan/task.current, skipped until that builtin is implemented (test_task_wrapper_edge_cases.py)Test plan
uv run pytest tests/edge_cases/test_signal_edge_cases.py tests/edge_cases/test_sandbox_edge_cases.py tests/edge_cases/test_task_wrapper_edge_cases.py -v