Does it seem useful for a set of unit tests to be at the bottom of a file in `examples/`? Or is it too noisy?
Conversation
Replying to
I've done this ๐
- unfortunately you also need a `fn main() {}`, wnat the tests only run if you call `cargo test --examples`
Replying to
Ya, I was thinking about it as a way to show how to go about testing what's in the example, not for my own verification.
2

