Question for all the @rustlang hackers out there -- Do you prefer #[cfg(test)] stuff in your crate, or code in the tests/*.rs files for testing the majority of your code when your library is almost entirely public API?
13
2
1
14
When it's a library crate, what counts as integration tests?
Jan 20, 2020 Β· 10:28 PM UTC
2


