Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshKarpel committed Jun 29, 2024
1 parent 2ad69f0 commit 94572b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ async def test_execution_lifecycle(tmp_path: Path) -> None:
assert msg.node is node
assert msg.pid == ex.pid
assert msg.exit_code == ex.exit_code == 0
assert msg.duration.total_seconds() > 0


async def test_termination_before_completion(tmp_path: Path) -> None:
Expand Down

0 comments on commit 94572b6

Please sign in to comment.