Epic streamlines validating test results, it moves away from the richness of methods that characterizes the
testing
package and it diverges from other testing frameworks and libraries by avoiding an as rich library of matchers.
Epic goals are to stay true to Go's minimalism and practicality while adding some fun to writing tests and going through executions results.
- Simple syntax with humor: Only two methods, that's all you'll have to deal with
- 100% integrated with "go test", works side-by-side with the "testing" package
- Clear, well formatted output for failures
- No magic, ~100 LoC of idiomatic code that you can read and understand
- QOTF: For each failure a Quote of The Fail to make you smile at your misery
Epic's documentation is available at godoc.org