mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Use mock from unittest
This commit is contained in:
parent
06e082c918
commit
b935baa9ab
@ -3,7 +3,7 @@
|
|||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
import mock
|
from unittest import mock
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
sys.path.append(os.path.join(os.getcwd(), 'bin')) # noqa
|
sys.path.append(os.path.join(os.getcwd(), 'bin')) # noqa
|
||||||
|
Loading…
Reference in New Issue
Block a user