by Carlos Ble | Jan 9, 2009 | Software Development, Test Driven Development
Another nice feature in mocker is passthrough. It is perfect when you want to ask if a given call was performed but calling the real object rather than the mock so getting a real result. This is an example. def testRetrieveServicesList(self): dataSource =...