Skip to content

Commit

Permalink
Add tests/validate_automatus_metadata.py to mypy testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Jun 14, 2024
1 parent 2519aa2 commit cd8e120
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -382,4 +382,5 @@ if(PYTHON_VERSION_MAJOR GREATER 2 AND PYTHON_VERSION_MINOR GREATER 9)
NAME "validate_automatus_metadata"
COMMAND env "PYTHONPATH=$ENV{PYTHONPATH}" "${PYTHON_EXECUTABLE}" "${CMAKE_CURRENT_SOURCE_DIR}/validate_automatus_metadata.py" "--root" "${CMAKE_SOURCE_DIR}"
)
mypy_test("tests/validate_automatus_metadata.py" "normal")
endif()

0 comments on commit cd8e120

Please sign in to comment.