Unit testing directory structure
- by zachary
Huge project tons of classes and directories.
Do I make my unit test project mirror these directories or do I put them all at the root directory?
Somewhat annoying to have to make directory changes and class name changes twice.