Skip to content

Commit cca8e8b

Browse files
committed
Move
1 parent fc4c36e commit cca8e8b

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed
File renamed without changes.

tests/integration/examples/test_pdm_vcpkg_cmake.py

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
"""TODO"""
2+
3+
from typer.testing import CliRunner
4+
5+
from cppython.console.entry import app
6+
7+
pytest_plugins = ['tests.fixtures.example']
8+
9+
10+
class TestPdmVcpkgCMake:
11+
"""TODO"""
12+
13+
@staticmethod
14+
def test_simple(example_runner: CliRunner) -> None:
15+
"""Simple setup of vcpkg and CMake via PDM"""
16+
example_runner.invoke(
17+
app,
18+
['cppython', 'update', '-u'],
19+
)

0 commit comments

Comments
 (0)