I'm about to reorganize our unit tests in order to improve the performance of NCrunch in our main application.
I'm tossing up between two way of partitioning unit tests and integration tests:
Different projects:
- Example.Test.Unit
- Example.Test.Integration
- Example.Test.Util
Or Different folders:
Example.Test
/UnitTests
/IntegrationTests
/Util