We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7dcfa commit b8664a7Copy full SHA for b8664a7
1 file changed
test/cli/project_test.py
@@ -7,7 +7,7 @@
7
from testutils import cppcheck
8
9
10
-@pytest.mark.parametrize("project_ext", ["json", "sln", "vcxproj", "bpr", "cppcheck"])
+@pytest.mark.parametrize("project_ext", ["json", "sln", "slnx", "vcxproj", "bpr", "cppcheck"])
11
def test_missing_project(project_ext):
12
project_file = "file.{}".format(project_ext)
13
0 commit comments