Currently, we use json files to store test cases for compilation tests. This has some downsides:
The files are pretty verbose.
They don't support comments.
The YAML format results in more concise files, and allows for adding comments, which at some point would be good to do (e.g. to describe test scenarios). This PR changes formats of data files to YAML and changes test files accordingly.
Currently, we use json files to store test cases for compilation tests. This has some downsides:
The YAML format results in more concise files, and allows for adding comments, which at some point would be good to do (e.g. to describe test scenarios). This PR changes formats of data files to YAML and changes test files accordingly.