PsiQ / bartiq

Bartiq
https://psiq.github.io/bartiq/
Apache License 2.0
31 stars 9 forks source link

test: Convert test data files to YAML format #62

Closed dexter2206 closed 5 months ago

dexter2206 commented 5 months ago

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.