Closed chesedo closed 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.
println!
writeln!
Nice work @chesedo. LGTM :)
Initial steps needed to move integration tests to cargo. This PR mainly focuses on replacing
println!
withwriteln!
to be able to test the outputs. The current example tests are moved to confirm this works correctly.