Back to issue list Export

Mocking out classes and functions is a necessary part of successfully unit testing. Lousy is a test runner and provides some helper functionality so it should also provide some helpers for mocking. Lousy is language agnostic for the code being tested so it can't provide direct mocking support itself. It can, however, provide an easy stub protocol to connect simple tested-language stubs to the python language tests.

travisb 2014-01-14 05:33:29
hash: 3ff5f8d3e23d95904cf12a31b2099144cece543e93607c917fff8dba1fbc8683
Date: 2014-01-14 05:33:29
User: travisb

At this point I have a basic stub protocol, but it isn't really useful for mocking objects yet.


Tracked by Nitpick