We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd728b9 commit e9f4620Copy full SHA for e9f4620
tests/integration/plugins/conan/test_provider.py
@@ -8,7 +8,7 @@
8
from cppython.test.pytest.contracts import ProviderIntegrationTestContract
9
10
11
-class TestCPPythonProvider(ProviderIntegrationTestContract[ConanProvider]):
+class TestConanProvider(ProviderIntegrationTestContract[ConanProvider]):
12
"""The tests for the conan provider"""
13
14
@staticmethod
0 commit comments