1
0
Fork 0
liza/src/test
Mike Gerwitz cffd9ddeb0 RatingServiceTest: Add type information for stubs
This also gets rid of the RatingServiceStub module, which is not used by
anything else.  I suspect that I originally added it to be shared by traits,
but that's no longer going to be the case (and the only remaining trait is
unfortunately untested atm, and will be going away).
2019-10-29 13:36:55 -04:00
..
program Copyright range update 2019-08-30 09:41:35 -04:00
README Testing utilities for stubbing Program 2017-02-15 14:19:33 -05:00

README

Liza Testing Library
====================

This namespace contains a library to aid in the testing of code that _makes
use of_ Liza.  Especially due to legacy reasons, there are some parts of the
system that are quite difficult to mock and work with.

For test cases of Liza itself, see `/test' in the project root (sibling of
`/src').