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

Testing Python Scripts

How do I test the STDOUT output of a Python script with a testing framework like doctest, unittest,… Read more Testing Python Scripts

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?

Sniffer Can't Find Django_settings_module

I'm trying to automate the test rerun after a change while developing. After searching around a… Read more Sniffer Can't Find Django_settings_module

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?