This will write a test case that `lit` understands into `tests/**/*.choc`. It uses *your*`choco-opt` implementation to generate the test case. It will *also* overwrite existing tests. It might happen that your implementation doesn't pass all of the tests in this repository, but you still want to add a new test. In that case, please only commit your new test, and don't overwrite the existing ones.
This will write a test case that `lit` understands into `tests/**/*.choc`. It uses *your*`choco-opt` implementation to generate the expected output. It will *also* overwrite existing tests. It might happen that your implementation doesn't pass all of the tests in this repository, but you still want to add a new test. In that case, please only commit your new test, and don't overwrite the existing ones.
(Your virtual environment which has `lit` and `choco-opt` in `PATH` needs to be activated.)