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 formatting by running go fmt
#408 by ryanguest was merged May 26, 2017 Loading… updated May 26, 2017
fix typo
#406 by simonmulser was merged May 26, 2017 Loading… updated May 26, 2017
add Subset and NotSubset assertions
#382 by GlenDC was merged May 28, 2017 Loading… updated May 28, 2017
Use Go 1.7 subtests so suites can properly nest
#389 by bayesianmind was merged May 29, 2017 Loading… updated May 29, 2017
HTTP code status assertions now fail tests
#396 by medzin was merged May 28, 2017 Loading… updated May 29, 2017
Simple validation of Equal/NotEqual assertion arguments
#450 by medzin was merged May 29, 2017 Loading… updated May 30, 2017
add MethodCalled to the mock
#444 by yiminc-zz was merged May 30, 2017 Loading… updated May 30, 2017
Panics with value
#455 by tartale was merged Jun 1, 2017 Loading… updated Jun 1, 2017
Fix unprotected call fields access in MethodCalled()
#488 by danielheller was merged Oct 18, 2017 Loading… updated Oct 18, 2017
Support nil arguments to Argument Matchers
#410 by lowjoel was closed Dec 30, 2017 Loading… updated Dec 31, 2017
Print missing FAIL during AssertExpectation
#551 by rubensayshi was merged Jan 31, 2018 Loading… updated Jan 31, 2018
Store CallerInfo when On() is called and print during AssertExpectations
#552 by rubensayshi was merged Feb 2, 2018 Loading… updated Feb 2, 2018
Adding logging when mock assertions fails
#555 by devdinu was merged Feb 6, 2018 Loading… updated Feb 6, 2018
Display arguments Diff during panic
#557 by devdinu was merged Mar 18, 2018 Loading… updated Mar 18, 2018
Adding url.Values to request RawQuery, fixes 522
#575 by devdinu was merged Mar 18, 2018 Loading… updated Mar 19, 2018
Add placeholder example to docs
#577 by shaneHowearth was merged Mar 19, 2018 Loading… updated Mar 19, 2018
add a few function types to assist table driven tests
#576 by coryb was merged Mar 19, 2018 Loading… updated Mar 19, 2018
Some cleanups
#571 by posener was merged Mar 18, 2018 Loading… updated Mar 23, 2018
Add T object and Test method to Mock
#572 by posener was merged Mar 19, 2018 Loading… updated Mar 23, 2018
travis: add go1.9
#501 by posener was merged Dec 30, 2017 Loading… updated Mar 23, 2018
RFC: support diff display for string variables
#594 by timfeirg was merged Jun 9, 2018 Loading… updated Jun 9, 2018
Refactor ObjectsAreEqual()
#582 by HaraldNordgren was merged Jun 9, 2018 Loading… updated Jun 9, 2018
fix docs: http assertions
#593 by srenatus was merged Jun 9, 2018 Loading… updated Jun 9, 2018
Format matched arguments with %v to avoid panic
#596 by gz-c was merged Jun 9, 2018 Loading… updated Jun 9, 2018
Fixed incorrect comment enhancement
#678 by pwfcurry was merged Oct 2, 2018 Loading… updated Oct 2, 2018
ProTip! Exclude everything labeled bug with -label:bug.