We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1f3b6 commit 7bf639fCopy full SHA for 7bf639f
tests/integration/examples/test_vcpkg_cmake.py
@@ -2,6 +2,7 @@
2
3
import subprocess
4
5
+import pytest
6
from typer.testing import CliRunner
7
8
from cppython.console.entry import app
@@ -13,6 +14,7 @@ class TestVcpkgCMake:
13
14
"""Test project variation of vcpkg and CMake"""
15
16
@staticmethod
17
+ @pytest.mark.skip(reason='TODO')
18
def test_simple(example_runner: CliRunner) -> None:
19
"""Simple project"""
20
result = example_runner.invoke(
0 commit comments