Skip to content

Tests: Break up FileAPI test into JSON files

Kyle Edwards requested to merge kyle.edwards/cmake:fileapi-test-breakup into master

The file codemodel-v2-check.py contains thousands of lines of declarative JSON data, which should be placed in JSON files instead. Break up the declarative data into JSON files so that the Python script only contains code.

Merge request reports