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.
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.
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.