GildedRose-Refactoring-Kata/rust/src
rrokkam 87f3e536a4 Risky: Move tests into mod.rs
Usual Rust practice is to put tests in the same file they are testing.
I don't see any magic in the texttests that would require tests and code
to be in separate files, but I am not entirely sure, so I added the
risky tag.
2020-07-19 13:47:02 -07:00
..
gildedrose Risky: Move tests into mod.rs 2020-07-19 13:47:02 -07:00
main.rs cargo fmt 2020-07-19 13:45:01 -07:00