1
0
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:
Matt Turner 2022-01-27 12:11:33 -08:00
parent 06e082c918
commit b935baa9ab

View File

@ -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