Skip to content

Commit 13c50e1

Browse files
committed
cleanup
1 parent 9a3e965 commit 13c50e1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ cache/
77

88
# IDE
99
.vs/
10+
.vscode/
1011
.cache/
1112
# Kdevelop
1213
.kdev4/

cmake/python.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ if(BUILD_TESTING)
135135
function(add_python_test FILE_NAME)
136136
message(STATUS "Configuring test ${FILE_NAME} ...")
137137
get_filename_component(TEST_NAME ${FILE_NAME} NAME_WE)
138-
139138
add_test(
140139
NAME python_test_${TEST_NAME}
141140
COMMAND ${VENV_Python3_EXECUTABLE} -m pytest ${FILE_NAME}

0 commit comments

Comments
 (0)