79 Commits

Author SHA1 Message Date
Tyler Bunnell
a4c09999de WrittenHeaderInt->StatusCode 2013-10-14 11:51:42 -06:00
Mat Ryer
2b887b0d67 Merge pull request #22 from benbjohnson/fix-dependencies
Fix dependencies for 'go get'.
2013-09-26 09:09:53 -07:00
Ben Johnson
a9851100fe Fix dependencies for 'go get'. 2013-09-26 10:03:30 -06:00
Mat Ryer
ede833b00d Merge pull request #21 from viblo/feature-WithinDuration
Feature within duration
2013-09-17 15:55:42 -07:00
Tyler Bunnell
855b03c899 objx transition complete 2013-09-17 16:17:34 -06:00
Victor Blomqvist
a1964c1081 expanded test for WithinDuration to test for negative durations 2013-09-12 13:53:27 +08:00
Victor Blomqvist
ed409be48c expanded test for WithinDuration to test for both |a-b|>=dt and |b-a|>=dt 2013-09-12 13:37:44 +08:00
Victor Blomqvist
0378c681e8 added new assert WithinDuration 2013-09-12 13:24:50 +08:00
Mat Ryer
5f6413d60a added test round tripper 2013-08-09 13:38:30 -06:00
Mat Ryer
ba887bba64 improved error message 2013-08-02 16:09:49 -06:00
Tyler
a48cc5dabb gort->gorc 2013-08-01 13:43:37 -06:00
Mat Ryer
8cb5e40869 made Exactly not panic on nils 2013-07-18 09:42:16 -06:00
Tyler Bunnell
1e9c4b3ca7 Use new Fail method internally 2013-07-17 12:44:44 -06:00
Mat Ryer
3e51f38eaf added Fail and Exactly assertions 2013-07-17 12:15:39 -06:00
Mat Ryer
c86070b46c updated licence 2013-07-01 15:55:55 -06:00
Tyler Bunnell
f3d115a597 Remove unreachable code 2013-06-12 09:35:26 -06:00
Mat Ryer
ae878dc5c4 repo name change 2013-06-11 22:44:58 -06:00
Mat Ryer
d2a8d94721 Merge remote-tracking branch 'origin/issues/15' 2013-06-11 21:23:39 -06:00
matryer
4e4760bad4 Merge pull request #14 from jcelliott/master
Fix typo in doc.go and Fix panic in (Not)?Nil()
2013-06-05 11:09:19 -07:00
Mat Ryer
9aa77ca769 Fixes #15 - writes 200 header if no specific header has been written 2013-06-05 12:07:38 -06:00
Joshua Elliott
d35afcda84 Don't panic when underlying type is not .IsNil()-able (eg. string) 2013-05-23 14:54:54 -06:00
Joshua Elliott
3df0bce8cb Fix typo in doc.go 2013-05-21 13:12:38 -06:00
Mat Ryer
d6863491da fixed bug in String 2013-04-30 10:40:31 -06:00
Mat Ryer
87ce1d3239 added TestData to mocks 2013-04-30 10:35:18 -06:00
Tyler Bunnell
044591a481 go fmt 2013-03-31 09:56:37 -06:00
Tyler Bunnell
85763a0f23 Sprint->Sprintf 2013-03-31 09:42:14 -06:00
Tyler Bunnell
cfc83347cf Remove unreachable code 2013-03-31 09:41:59 -06:00
Mat Ryer
841b040dd7 Revert "Fixes #13"
This reverts commit 9b28fe8965cd21633adaf91ee714e93532b0ec6e.
2012-12-04 13:11:45 -07:00
Mat Ryer
9b28fe8965 Fixes #13 2012-11-21 22:25:09 +00:00
Mat Ryer
03751c9109 Fixes #6 - added Empty and NotEmpty alternatives to nil 2012-11-21 15:03:46 +00:00
Mat Ryer
a58329b4c5 Fixes #8 2012-11-21 14:42:06 +00:00
Tyler Bunnell
530d0b899f Add optional format, args for messages
Now you can pass either a "string" or a "%s","string" to the end of all
the functions that take a message.
2012-11-20 20:23:41 -07:00
Tyler Bunnell
f05d4eda9d Add assert.Condition 2012-11-02 12:20:08 -06:00
Tyler Bunnell
4abc5d21c6 Fixes #7 2012-10-28 08:31:22 -06:00
Tyler Bunnell
8aa1160d9d Merge branch 'develop' 2012-10-19 10:05:29 -06:00
Tyler Bunnell
c090beb5e4 Fix mock CallerInfo 2012-10-19 09:50:23 -06:00
Mat Ryer
eeced64f00 added update to TOC 2012-10-19 11:52:26 +01:00
Mat Ryer
e509cd98a1 added update instructions 2012-10-19 11:51:32 +01:00
Tyler Bunnell
93c66cec9b Merge branch 'refs/heads/feature/prettyoutput' 2012-10-18 15:39:17 -06:00
Tyler Bunnell
36fef36bf3 Add Last Ditch Equals Comparison
Fixes a problem where int/float of the same value would return not
equal. This may also fix other comparisons in the future.
2012-10-18 14:17:52 -06:00
Tyler Bunnell
a3cb346144 Merge branch 'develop' into feature/prettyoutput 2012-10-18 13:54:39 -06:00
Tyler Bunnell
6d9d998d04 Merge branch 'develop' 2012-10-18 09:03:29 -06:00
Tyler Bunnell
8014de2adc Fixes #5 2012-10-17 16:22:11 -06:00
Tyler Bunnell
414b95ba5d Update README 2012-10-17 13:45:59 -06:00
Tyler Bunnell
c58f2dc34d gort in README 2012-10-17 13:44:30 -06:00
Tyler Bunnell
4d9c107dd0 Add comment 2012-10-17 11:17:15 -06:00
Mat Ryer
433adfc09d added assert function cheat sheet to doc 2012-10-17 17:31:15 +01:00
Mat Ryer
8f8b442121 added mock example to README 2012-10-17 17:16:15 +01:00
Mat Ryer
de0e11f12f enhanced docs 2012-10-17 16:57:25 +01:00
Mat Ryer
4e77cd5872 enhanced docs 2012-10-17 16:55:24 +01:00