Skip to content

Pull requests: stretchr/testify

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Fix typo in doc.go and Fix panic in (Not)?Nil()
#14 by jcelliott was merged Jun 5, 2013 Loading… updated Jun 5, 2013
Feature within duration
#21 by viblo was merged Sep 17, 2013 Loading… updated Sep 17, 2013
Added Repeatability Statements to Expectations
#23 by realistschuckle was merged Oct 29, 2013 Loading… updated Oct 30, 2013
Rename the error argument from theError to err in Error asserts.
#42 by viblo was merged Mar 7, 2014 Loading… updated Mar 7, 2014
Change NoError formatting. fixes #48
#49 by seantalts was merged Apr 25, 2014 Loading… updated Jun 12, 2014
Testing Suite (and setup/teardown) functionality
#24 by nelsam was merged Oct 30, 2013 Loading… updated Jun 12, 2014
Have testing.RunTests run the tests we find with their setup methods.
#43 by seantalts was merged Mar 7, 2014 Loading… updated Jun 16, 2014
Specify the method of the test suite
#56 by izaurio was merged Jun 16, 2014 Loading… updated Jun 16, 2014
Add assertion struct
#40 by taichi was closed Mar 11, 2014 Loading… updated Jun 16, 2014
Clear staff
#57 by izaurio was merged Jun 16, 2014 Loading… updated Jun 16, 2014
Attempt type conversion in assert.Equal
#54 by jbowes was merged Jun 4, 2014 Loading… updated Jun 18, 2014
ExactError, asserts that err is not nil and its string matches
#39 by xsleonard was merged Mar 7, 2014 Loading… updated Jun 18, 2014
Fix dependencies for 'go get'.
#22 by benbjohnson was merged Sep 26, 2013 Loading… updated Jun 24, 2014
failing test for #31
#37 by rgarcia was merged Feb 10, 2014 Loading… updated Jun 26, 2014
Fixing issue 33
#50 by mikereedell was merged Apr 15, 2014 Loading… updated Jun 26, 2014
Add compatible assertion struct
#41 by taichi was merged Jun 30, 2014 Loading… updated Jun 30, 2014
allow github syntax highlighting
#61 by jdx was merged Jul 1, 2014 Loading… updated Jul 1, 2014
Readme
#62 by jdx was merged Jul 1, 2014 Loading… updated Jul 1, 2014
add wrapper around the EqualError function
#60 by 2pi was merged Jul 1, 2014 Loading… updated Jul 1, 2014
Add test for logging capture.
#44 by seantalts was merged Mar 11, 2014 Loading… updated Jul 3, 2014
Use godoc instead of go.pkgdoc
#53 by kejadlen was merged May 15, 2014 Loading… updated Jul 3, 2014
Add prominent links to the API docs in README
#65 by obeattie was merged Jul 10, 2014 Loading… updated Jul 10, 2014
Implement InDelta() and InEpsilon()
#66 by bhenderson was merged Jul 10, 2014 Loading… updated Jul 10, 2014
Implement assert.AlmostEqual() for Floating Point Values
#59 by zacg was closed Jul 10, 2014 Loading… updated Jul 10, 2014
Make isEmpty() properly handles maps. [fix #34]
#35 by chakrit was merged Jan 19, 2014 Loading… updated Jul 11, 2014
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.