|
|
|
|
|
by crdoconnor
2900 days ago
|
|
If your end to end test uncovers a bug in a lower level module that has a clean and stable abstraction, yes it makes sense to write a test that surrounds that instead. That needn't be a unit test. It could simply be a lower level integration test. |
|
Maybe that should be a number 6): easily tested invariants.