You've already forked book-exercises
finish testing
- convert project to a library by moving program logic into lib.rs - create ./tests to store integration tests - create ./common to store code we want shared across integration tests
This commit is contained in:
3
testing/tests/common/mod.rs
Normal file
3
testing/tests/common/mod.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub fn give_me_5() -> usize {
|
||||
5
|
||||
}
|
||||
Reference in New Issue
Block a user