shuttle-hq / synth

The Declarative Data Generator
https://www.getsynth.com/
Apache License 2.0
1.39k stars 109 forks source link

Integration tests to cargo - part 1 #278

Closed chesedo closed 2 years ago

chesedo commented 2 years ago

Initial steps needed to move integration tests to cargo. This PR mainly focuses on replacing println! with writeln! to be able to test the outputs. The current example tests are moved to confirm this works correctly.

christos-h commented 2 years ago

Nice work @chesedo. LGTM :)