frankban / quicktest

Quick helpers for testing Go applications
MIT License
529 stars 27 forks source link

Omit package name in internal test failure output #174

Closed frankban closed 8 months ago

frankban commented 8 months ago

This is a best effort attempt to address https://github.com/frankban/quicktest/issues/150

frankban commented 8 months ago

I am not sure I like this. The problem is that, while we can safely replace the prefix, anything inside the string would require hooking into kr/pretty, and it's not so safe to replace.