Skip to content

Commit 4ac41c5

Browse files
committed
Update test_vcpkg_cmake.py
1 parent c47da36 commit 4ac41c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integration/examples/test_vcpkg_cmake.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
pytest_plugins = ['tests.fixtures.example']
88

99

10-
class TestPdmVcpkgCMake:
11-
"""TODO"""
10+
class TestVcpkgCMake:
11+
"""Test project variation of vcpkg and CMake"""
1212

1313
@staticmethod
1414
def test_simple(example_runner: CliRunner) -> None:
15-
"""Simple setup of vcpkg and CMake via PDM"""
15+
"""Simple project"""
1616
result = example_runner.invoke(
1717
app,
1818
[

0 commit comments

Comments
 (0)