From d2939f2d2fb0ba9e61904dede18a134a54eafd3c Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Fri, 14 Jun 2024 15:24:10 -0500 Subject: [PATCH] Add tests/validate_automatus_metadata.py to mypy testing --- tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e78124922785..511621707a2b 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -108,6 +108,7 @@ mypy_test("utils/check_eof.py" "normal") mypy_test("utils/import_disa_stig.py" "skip") mypy_test("tests/cces-removed.py" "normal") mypy_test("utils/build_control_from_reference.py" "skip") +mypy_test("tests/validate_automatus_metadata.py" "normal") if(PYTHON_VERSION_MAJOR GREATER 2 AND PYTHON_VERSION_MINOR GREATER 7 AND PY_TRESTLE AND PY_LXML) mypy_test("utils/oscal/" "skip")