Skip to content

Commit

Permalink
test that Process is called only once
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i committed Apr 19, 2024
1 parent 2dfa20c commit 92b9088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyter_scheduler/tests/test_job_files_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ async def test_copy_from_staging():
redownload=False,
include_staging_files=None,
)
mock_process.assert_called_once()


HERE = Path(__file__).parent.resolve()
Expand Down

0 comments on commit 92b9088

Please sign in to comment.