Skip to content

federico-lox/epic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages