How do you set up a directory structure for a multi-file project with test files and doc files? How do you name the files and how do you run tests?
I'm trying to follow this page without much luck: [https://github.com/nim-lang/nimble#project-structure](https://github.com/nim-lang/nimble#project-structure) I get an error building my main project because the compiler cannot create the exe which has the same name as the directory for source files. Also the compiler cannot find the imports when building the test files even though I have a nim.cfg file.
