issues
search
frankban
/
quicktest
Quick helpers for testing Go applications
MIT License
529
stars
27
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump actions/setup-go from 4 to 5
#176
dependabot[bot]
opened
8 months ago
0
Bump actions/cache from 3 to 4
#175
dependabot[bot]
opened
8 months ago
0
Omit package name in internal test failure output
#174
frankban
closed
8 months ago
1
Update deps
#173
frankban
closed
8 months ago
0
Add a warning that this package is deprecated in favor of go-quicktest/qt
#172
mvdan
opened
8 months ago
1
Bump github.com/google/go-cmp from 0.5.9 to 0.6.0
#171
dependabot[bot]
opened
1 year ago
0
Fix typo
#170
alexandear
closed
10 months ago
0
Bump actions/checkout from 3 to 4
#169
dependabot[bot]
closed
8 months ago
0
Different diff: (-want +got)
#168
frankban
closed
8 months ago
0
Add test for C.Run for more coverage
#167
dolmen
closed
8 months ago
1
faster Run for known types
#166
rogpeppe
opened
1 year ago
2
Even faster C.Run by using no reflect at all in common cases
#165
dolmen
opened
1 year ago
2
tests: fix missing call to `Done()` in `TestCDeferVsCleanupOrder`
#164
dolmen
closed
1 year ago
1
Failure output: avoid using the 'same as' logic for suppressed values
#163
frankban
closed
1 year ago
0
README: fix online godoc link and rebuild
#162
dolmen
closed
1 year ago
1
Complete go 1.20 formatting
#161
frankban
closed
1 year ago
1
Faster C.Run by using less reflect
#160
dolmen
closed
1 year ago
8
Simplify Defer: do not wrap first deferred func
#159
dolmen
closed
1 year ago
1
Fix detection of missing done in Defer from Defer
#158
dolmen
closed
1 year ago
1
Fix retrieval time of parent's Format when starting a subtest
#157
dolmen
closed
1 year ago
1
gofmt with Go 1.20
#156
dolmen
closed
1 year ago
1
Only keep the refernce to the original satisfies code
#155
frankban
closed
1 year ago
1
Turn a panicking cmp.Diff into a bad check
#154
lmb
closed
1 year ago
0
Not(DeepEquals) succeeds even though go-cmp panicked
#153
lmb
closed
1 year ago
1
Bump actions/setup-go from 3 to 4
#152
dependabot[bot]
closed
1 year ago
0
LGPL license in checker.go
#151
Will2728
closed
1 year ago
3
Omit package for types in current package
#150
bep
opened
1 year ago
0
Update dependencies
#149
frankban
closed
1 year ago
1
Bump github.com/kr/pretty from 0.3.0 to 0.3.1
#148
dependabot[bot]
closed
1 year ago
1
Improve handling of verbose testing
#147
frankban
closed
1 year ago
0
Bump github.com/google/go-cmp from 0.5.8 to 0.5.9
#146
dependabot[bot]
closed
2 years ago
0
Upgrade https://github.com/google/go-cmp
#145
andig
closed
1 year ago
1
Print verbose output (-v) on failures
#144
bep
closed
1 year ago
4
quicktest.Assert panics when called in a testscript command
#143
datacharmer
closed
2 years ago
2
Remove Go < 1.13 support, add Go 1.18 to CI
#142
kolyshkin
closed
2 years ago
0
Add an EventuallyChecker
#141
TeodorPt
opened
2 years ago
1
Minor comment correction to add qt alias
#140
gilcrest
closed
2 years ago
0
Bump github.com/google/go-cmp from 0.5.7 to 0.5.8
#139
dependabot[bot]
closed
2 years ago
1
proposal: add Try and Recover
#138
dsnet
opened
2 years ago
8
Allow Matches and ErrorMatches matches to use an already-compiled regexp.Regexp
#137
pajlada
closed
1 year ago
3
Improve failure output when comparing different pointers
#136
frankban
closed
2 years ago
0
Assert/Check: actually allow multiple comments
#135
frankban
closed
2 years ago
0
Bump actions/cache from 2.1.7 to 3
#134
dependabot[bot]
closed
2 years ago
0
confusing failure when using qt.Equals with pointers
#133
josharian
closed
2 years ago
2
Bump actions/checkout from 2.4.0 to 3
#132
dependabot[bot]
closed
2 years ago
0
Bump actions/setup-go from 2.1.5 to 3
#131
dependabot[bot]
closed
2 years ago
0
Bump actions/setup-go from 2.1.5 to 2.2.0
#130
dependabot[bot]
closed
2 years ago
1
Improve "negative" messages for standard checkers
#129
frankban
opened
2 years ago
0
ErrorAs: always report the type of the second argument
#128
frankban
closed
2 years ago
1
WIP: report unexpected output involving non-ptr Error method
#127
mvdan
closed
2 years ago
6
Next