amazon-ion / ion-cli

Apache License 2.0
31 stars 15 forks source link

Define a test runner for roundtrip generated code tests #88

Closed desaikd closed 4 months ago

desaikd commented 6 months ago

Define a procedural macro or build script that generates tests for generated code. This way we can use reference to the generated code even without the need to generate it first.

desaikd commented 5 months ago

Defining a test runner requires following changes in the current crate structure:

desaikd commented 4 months ago

Completed with #94, #95