Skip to content

Commit b8664a7

Browse files
committed
add support for testing .slnx files
1 parent 5d7dcfa commit b8664a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cli/project_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from testutils import cppcheck
88

99

10-
@pytest.mark.parametrize("project_ext", ["json", "sln", "vcxproj", "bpr", "cppcheck"])
10+
@pytest.mark.parametrize("project_ext", ["json", "sln", "slnx", "vcxproj", "bpr", "cppcheck"])
1111
def test_missing_project(project_ext):
1212
project_file = "file.{}".format(project_ext)
1313

0 commit comments

Comments
 (0)