|
|
|
|
|
by sidmitra
1053 days ago
|
|
This also can be articulated as a sort of incremental TDD. - Write the scaffolding test to call the new "thing" - Add basic assert to check your thing was called with right input - Add more logic to "thing" - Incrementally add more asserts to check for output, side-effects etc. |
|
The only time I write more actual tests is when squashing bugs.