JosiahWitt / ensure

A balanced test framework for Go
MIT License
8 stars 0 forks source link

Add support to catch ensure function calls without the chained method #11

Closed JosiahWitt closed 3 years ago

JosiahWitt commented 3 years ago

See if we can use the Cleanup() method in Go 1.14+ to catch errors such as:

ensure("abc") // No chained method call