try fix for test_get_bundle()
This commit is contained in:
parent
ba726e2047
commit
dc5f2e4eab
1 changed files with 2 additions and 0 deletions
|
|
@ -1026,6 +1026,8 @@ def test_get_bundle():
|
|||
) as mock_click, mock.patch(
|
||||
"circup.command_utils.open", mock.mock_open()
|
||||
) as mock_open, mock.patch(
|
||||
"circup.os.path.isdir", return_value=True
|
||||
), mock.patch(
|
||||
"circup.command_utils.shutil"
|
||||
) as mock_shutil, mock.patch(
|
||||
"circup.command_utils.zipfile"
|
||||
|
|
|
|||
Loading…
Reference in a new issue