Skip to content

Commit b5f3717

Browse files
committed
Test Conan Publish w/ Mixins
1 parent f11d10c commit b5f3717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/plugins/conan/test_publish.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
from pytest_mock import MockerFixture
88

99
from cppython.plugins.conan.plugin import ConanProvider
10-
from cppython.test.pytest.contracts import ProviderTestContract
10+
from cppython.test.pytest.mixins import ProviderPluginTestMixin
1111

1212

13-
class TestConanPublish(ProviderTestContract[ConanProvider]):
13+
class TestConanPublish(ProviderPluginTestMixin[ConanProvider]):
1414
"""Tests for the Conan provider publish functionality"""
1515

1616
@staticmethod

0 commit comments

Comments
 (0)