Previously, Python unit tests were labeled with one single label "unit
python". This fixes their labeling to two separate labels, "unit" and
"python".
-m pytest ${CMAKE_CURRENT_SOURCE_DIR}/${filename}
# directory for importing the python bindings
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/src/api/python)
- set_tests_properties(${test_name} PROPERTIES LABELS "unit python")
+ set_tests_properties(${test_name} PROPERTIES LABELS "unit;python")
endmacro()
# add specific test files