eproxus / meck

A mocking library for Erlang
http://eproxus.github.io/meck
Apache License 2.0
813 stars 231 forks source link

Split tests into several test suites #83

Closed eproxus closed 10 years ago

eproxus commented 12 years ago

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 12 years ago

Totally on board :+1: When we have meck split into smaller modules we will probably be able to split unit tests along the same lines.

eproxus commented 12 years ago

Yeah, most of the tests aren't even unit tests, they just run the Meck public API functions.