Move non-test test module files into their own directories to prevent cargo from running them as tests. Then suppress the left-over warnings. Move *dummy book* code and data into a shared folder, and leave the rest of helper utilities (one function) in the original module.
7 lines
No EOL
87 B
Markdown
7 lines
No EOL
87 B
Markdown
# Nested Chapter
|
|
|
|
This file has some testable code.
|
|
|
|
```rust
|
|
assert!($TEST_STATUS);
|
|
``` |