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

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?

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?

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