[Koha-bugs] [Bug 20767] "The method is not covered by tests!" should give more information

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 14 19:05:18 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20767

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 75319
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=75319&action=edit
Bug 20767: Display a stack trace when a method is not covered by tests

When a method is not allowed yet (not covered by tests), developers get
an error the is not really useful: "The method XXX is not covered by
tests!"
It would be more useful to have a stack trace in order to know where
this error come from.

Test plan:
Modify some code to display this stack trace and confirm it makes sense
to have it, i.e. it will make debug easier

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list