MarvinJWendt / testza

Full-featured test framework for Go! Assertions, fuzzing, input testing, output capturing, and much more! 🍕
MIT License
418 stars 21 forks source link

Improve output of `AssertNotNil` #123

Closed MarvinJWendt closed 2 years ago

MarvinJWendt commented 2 years ago

Currently, it shows the object, which is redundant, as the object is expected to not be nil. So if the test fails, it's always nil.

image