frankban / quicktest

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

don't try to print non-Go source files #87

Closed rogpeppe closed 3 years ago

rogpeppe commented 3 years ago

Fixes #86.

Unfortunately it's not entirely clear how to write a good test for this, but the additional logic is simple enough that it probably doesn't really need one.