1
0
Fork 0

Merging upstream version 1.24.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 18:59:41 +01:00
parent 5df7a54f6d
commit 4523ea515c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
14 changed files with 141 additions and 112 deletions

View file

@ -1,5 +1,5 @@
import pytest
from mock import patch
from unittest.mock import patch
from prompt_toolkit.completion import Completion
from prompt_toolkit.document import Document
import mycli.packages.special.main as special
@ -35,7 +35,7 @@ def completer():
@pytest.fixture
def complete_event():
from mock import Mock
from unittest.mock import Mock
return Mock()