GildedRose-Refactoring-Kata/rust
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
..
src Risky: Move tests into mod.rs 2020-07-19 13:47:02 -07:00
.gitignore Add rust version 2015-10-03 21:14:18 +02:00
Cargo.lock Delete imports that are already in the prelude 2020-07-19 13:45:35 -07:00
Cargo.toml Add rust version 2015-10-03 21:14:18 +02:00