Skip to content Skip to sidebar Skip to footer
Showing posts with the label Tdd

Tdd Test Shows Error Even Though Response Is Correct

I am following a tutorial about api here and I am following the exact code and I am also adapting t… Read more Tdd Test Shows Error Even Though Response Is Correct

How Do I Unit Test The Methods In A Method Object?

I've performed the 'Replace Method with Method Object' refactoring described by Beck. N… Read more How Do I Unit Test The Methods In A Method Object?

How To Unit Test 'mkdir' Function Without File System Access?

I use py.test for unit testing. I have something just like this: Class Site(object): def set_p… Read more How To Unit Test 'mkdir' Function Without File System Access?