|
|
|
|
|
by dandellion
1192 days ago
|
|
In my case about 50% of the test code is just boilerplate, so I usually type the test name and generate the rest. Most of the time I have to rewrite the actual test logic (although very trivial tests are sometimes correct), but I probably keep more than 40% if we're talking tests specifically. |
|
Why not replace it with a function call?