Merging upstream version 1.24.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5df7a54f6d
commit
4523ea515c
14 changed files with 141 additions and 112 deletions
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue