From c075931f8970a6353dd1d25469474c7856ace528 Mon Sep 17 00:00:00 2001 From: Mat Ryer Date: Tue, 16 Oct 2012 21:13:48 +0100 Subject: [PATCH] added more to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0aab0fc..0fb21e8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ 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 + + \ No newline at end of file