We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47da36 commit 4ac41c5Copy full SHA for 4ac41c5
1 file changed
tests/integration/examples/test_vcpkg_cmake.py
@@ -7,12 +7,12 @@
7
pytest_plugins = ['tests.fixtures.example']
8
9
10
-class TestPdmVcpkgCMake:
11
- """TODO"""
+class TestVcpkgCMake:
+ """Test project variation of vcpkg and CMake"""
12
13
@staticmethod
14
def test_simple(example_runner: CliRunner) -> None:
15
- """Simple setup of vcpkg and CMake via PDM"""
+ """Simple project"""
16
result = example_runner.invoke(
17
app,
18
[
0 commit comments