federico-lox / epic

Test validation for Go with humor

Home Page:gopkg.in/federico-lox/epic.v0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

epic

Build Status Build Status Coverage Status GoDoc

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.

Features

  • 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

Documentation

Epic's documentation is available at godoc.org

About

Test validation for Go with humor

gopkg.in/federico-lox/epic.v0

License:MIT License


Languages

Language:Go 100.0%