--- Virgil Dupras <[EMAIL PROTECTED]>
wrote:
> How to you handle the tests? Copy over the tests you
> had for foo() and
> apply them to bar()? I don't like copy and pasting
> code. Move the B
> related tests to baz()'s tests? Then your tests
> wouldn't fail if you
> stopped calling baz() in foo()
This is not strictly python related, but it's not strictly TDD related
either. Anyway, here it goes.
There's something that I was never quite sure how to handle with test
units: How to handle the test unit refactoring after a method
extraction.
Let's say that you have a function foo() that does A