A toolkit with common assertions and mocks that plays nicely with the standard library
Go to file
Mat Ryer c075931f89 added more to README 2012-10-16 21:13:48 +01:00
assert Initial Commit 2012-10-16 11:14:23 -06:00
http Initial Commit 2012-10-16 11:14:23 -06:00
mock Initial Commit 2012-10-16 11:14:23 -06:00
.gitignore Add .gitignore 2012-10-16 10:49:51 -06:00
README.md added more to README 2012-10-16 21:13:48 +01:00
doc.go Initial Commit 2012-10-16 11:14:23 -06:00

README.md

Testify - Thou shalt write tests

Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend.

  • Mocking
  • Easy assertions
  • HTTP mocking