Rather than our current setup in which all tests are bundled in a single directory split the unit and integration tests into 2 separate directories.
This would enable us to:
- Run unit (fast) and integration (slow) tests separately
- Get a better idea of where we actually stand in regard to unit tests