eproxus / meck

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

Add compact format status for termination #205

Closed maximvl closed 4 years ago

maximvl commented 4 years ago

Hi, the idea of this PR is basically to reduce the trace output in case of error in the mocked code. Currently it prints out all the functions and match clauses which can take a few screens for big modules :)

Ideally I would print only names of mocked functions but couldn't find an easy way to do it. Anyway feel free to adjust to whatever format makes more sense.

eproxus commented 4 years ago

(Sorry for the late reply)

When is this code triggered?

eproxus commented 4 years ago

Closing because of inactivity. Feel free to re-open if it is still an issue.