Skip to content

Commit ab932cd

Browse files
authored
Update Chore (#89)
1 parent 590a432 commit ab932cd

2 files changed

Lines changed: 15 additions & 14 deletions

File tree

pdm.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/unit/test_project.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
PyProject,
1818
)
1919
from pytest_cppython.fixtures import CPPythonFixtures
20-
from pytest_cppython.mock import MockGenerator, MockProvider
20+
from pytest_cppython.mock.generator import MockGenerator
21+
from pytest_cppython.mock.provider import MockProvider
2122
from pytest_mock import MockerFixture
2223

2324
from cppython.builder import Builder

0 commit comments

Comments
 (0)