issues
search
uber-go
/
mock
GoMock is a mocking framework for the Go programming language.
Apache License 2.0
2.33k
stars
120
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix a typo in the bug report issue template
#223
yuzuy
opened
3 weeks ago
1
Compile error occurs when an arg name is same as a package name.
#222
yuzuy
opened
3 weeks ago
4
Support optional diff formatter fn for eq
#221
orls
opened
3 weeks ago
2
Package Mode: Use aliases when used in source
#220
JacobOaks
closed
3 weeks ago
0
fix: import and arg collision
#219
bstncartwright
closed
3 weeks ago
4
v0.5.0 mock generated do not compile due to name clash
#218
HassanCehef
closed
3 weeks ago
2
New package mode fails to generate proper mock for type alias for interface with type params
#217
timofurrer
opened
1 month ago
1
Should not resolve type alias when generate mock files
#216
lance6716
opened
1 month ago
2
Back to development
#215
tchung1118
closed
1 month ago
0
Add gob mode to support custom package loading techniques in place of `--exec_only`
#214
JacobOaks
closed
1 month ago
0
Release v0.5.0
#213
tchung1118
closed
1 month ago
0
MacOS install failure
#211
bap2pecs
closed
1 month ago
2
New Release?
#210
ebilling
closed
1 month ago
6
Migration from ugly go/ast to golang.org/x/tools/go/packages
#209
tulzke
opened
1 month ago
0
Allow Generated Mocks to Accept Other Mock Interfaces as Input to Avoid Cyclic Imports
#208
kAvEh--
closed
1 month ago
2
deprecated reflect mode has been replaced with package mode
#207
tulzke
closed
1 month ago
10
Regenerate generated mocks
#206
JacobOaks
closed
1 month ago
0
Mock for functions
#205
tulzke
opened
1 month ago
0
Avoid stringer-related deadlocks without adding ISGOMOCK
#204
JacobOaks
closed
2 months ago
0
Support Go 1.22 and Go 1.23
#203
JacobOaks
closed
2 months ago
0
chore: gofumpt -w .
#202
sashamelentyev
closed
2 months ago
0
added "private" flag that generates private mocks
#201
tulzke
opened
2 months ago
0
add interfaces flag with unit test
#200
kliukovkin
opened
2 months ago
4
Mocking in a different package breaks unexported methods
#199
adam-hanna
closed
2 months ago
1
deprecated reflect mode has been replaced with import mode
#198
tulzke
closed
1 month ago
9
Interfaces that are type aliases are ignored
#197
ash2k
closed
1 month ago
5
exit-code of 'go list' is ignored
#196
yves-tutti
opened
4 months ago
2
fix: import shadowing mockgen
#195
eyasy1217
opened
4 months ago
0
Clarify documentation on Finish
#194
sywhang
closed
4 months ago
0
Proposal to resolve Issue #116 without generating ISGOMOCK Method in structs
#193
eyasy1217
closed
2 months ago
2
reflect mode: Relative import paths
#192
abhinav
opened
4 months ago
0
feat: `mockgen` flag `--build_constraint` to add `//go:build` directives
#191
ARR4N
closed
1 month ago
3
Build constraints in generated files
#190
ARR4N
closed
1 month ago
2
chore: go generate for ISGOMOCK method
#189
eyasy1217
closed
4 months ago
1
chore: upgrade go versions and fix ci test execution
#187
fasmat
closed
4 months ago
7
Aliased type is replaced with its destination type
#186
atombender
opened
5 months ago
3
macOS mockgen terminated by signal SIGKILL when built with swiftlang-6.0.0.3.300 clang-1600.0.20.10 toolchain
#185
samdeane
opened
5 months ago
5
feat: add mockgen api to use as a lib
#184
sysulq
opened
5 months ago
0
Make Cond Matcher generic
#183
fasmat
closed
4 months ago
3
Bump goreleaser/goreleaser-action from 4 to 6
#182
dependabot[bot]
closed
4 months ago
0
chore: speedup mockgen by changing go list parameters
#181
ghouscht
closed
5 months ago
0
mockgen could be faster by invoking go list with different parameters.
#180
yves-tutti
closed
5 months ago
0
Generate mock return an error while trying to parse a imported package name alias
#179
FloMedja
opened
5 months ago
0
fix: adds the correct matching of proto.Message types
#178
tristanang
closed
4 months ago
3
Conflict of argument name and imported package name results in compilation error
#177
TomerSalton
opened
6 months ago
0
feat: Changed the values of -source & -destination flags to relative …
#176
Abhishekkarunakaran
opened
7 months ago
0
Generating mocks (reflect mode) fails if interface contains methods with generic types
#175
yz89122
closed
1 month ago
3
Relative path as parameter values for -source and -destination
#174
Abhishekkarunakaran
closed
1 month ago
4
invocation from timer triggered go routine will report data race
#173
zdevwu
opened
7 months ago
2
Enable integration tests when go version is not 1.18
#172
lance6716
closed
3 months ago
2
Next