I've written some code that models, amongst other things, a connection and communication between different processors. Thanks to #981431562786725948, I created an mpsc channel and was able to mock-up a mode of communication, thereby having some unit tests with which to work.
Now I've moved onto the documentation tests, and I was hoping to use the same code again. However, the doc-tests don't seem to find the tests module I've created, so I'm stuck.