-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Pull requests: stretchr/testify
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix formatting by running go fmt
#408
by ryanguest
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
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
Add T object and Test method to Mock
#572
by posener
was merged Mar 19, 2018
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
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
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.