Split tests into several test suites
Closed this issue · 2 comments
eproxus commented
The test module is too large. It should be split into several test suites. Maybe grouped by API functions (basic scenarios, passthrough, etc.)?
horkhe commented
Totally on board 👍 When we have meck split into smaller modules we will probably be able to split unit tests along the same lines.
eproxus commented
Yeah, most of the tests aren't even unit tests, they just run the Meck public API functions.