We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dfa20c commit 92b9088Copy full SHA for 92b9088
jupyter_scheduler/tests/test_job_files_manager.py
@@ -58,6 +58,7 @@ async def test_copy_from_staging():
58
redownload=False,
59
include_staging_files=None,
60
)
61
+ mock_process.assert_called_once()
62
63
64
HERE = Path(__file__).parent.resolve()
0 commit comments