We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3e965 commit 13c50e1Copy full SHA for 13c50e1
.gitignore
@@ -7,6 +7,7 @@ cache/
7
8
# IDE
9
.vs/
10
+.vscode/
11
.cache/
12
# Kdevelop
13
.kdev4/
cmake/python.cmake
@@ -135,7 +135,6 @@ if(BUILD_TESTING)
135
function(add_python_test FILE_NAME)
136
message(STATUS "Configuring test ${FILE_NAME} ...")
137
get_filename_component(TEST_NAME ${FILE_NAME} NAME_WE)
138
-
139
add_test(
140
NAME python_test_${TEST_NAME}
141
COMMAND ${VENV_Python3_EXECUTABLE} -m pytest ${FILE_NAME}
0 commit comments