Your Compiler Checks Syntax. Your Tests Should Check Architecture.
Most teams document architecture rules in wikis. Here's how to write them as executable tests that fail CI when your dependency graph drifts.
Your test suite verifies that returns 42 when given the right input. It does not verify that is allowed to import . The compiler is happy with both. Your unit…