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

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?

Mocking File Objects Or Iterables In Python

Which way is proper for mocking and testing code that iters object returned by open(), using mock l… Read more Mocking File Objects Or Iterables In Python

How Tdd Can Be Applied To Django Class Based Generic Views?

Since Class based Generic Views in Django involve some work by the framework I find very hard to w… Read more How Tdd Can Be Applied To Django Class Based Generic Views?

Functional Test For Qmessagebox... Why Does Not Work?

I would develop some functional tests for a pyqt application that uses PyQt (or PySide) as GUI libr… Read more Functional Test For Qmessagebox... Why Does Not Work?

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