|
|
|
|
|
by revskill
2582 days ago
|
|
To me, unit tests only make sense for pure code. For impure code, it made no sense to make a unit test. Ability to separate pure vs impure code determines your test suites, where should be put in unit test, where should be put in integration test. |
|