-
Here are my test files:
github.com/anyuser/test/test1.go:
```
package test
type A interface {
Method1()
}
```
github.com/anyuser/test/test2.go:
```
package test
type B interface …
-
**Describe the bug**
Ich habe einen ID.3 den ich versuche in evcc einzubinden. Ich dem ich den Consent auf https://www.portal.volkswagen-we.com gegeben habe, bekomme ich die Meldung:
```
State: une…
-
Create a shell script run mockgen and generate mocked interfaces
-
**Describe the requested changes**
Development environment setup guide is out of date. We should update the doc and also the `BUILD.md` file.
**Link to any relevant existing docs**
1. https://doc…
-
Hello
I am reopening this issue which has already been [discussed](https://github.com/golang/mock/issues/296) without being resolved. Is there a way for mockgen to use then vendor folder instead o…
-
### Requested feature:
- **Ability to check whether all expectations are met**
Currently, We only have `EXPECT()` which we can use in the user code and the rest (i.e. checking whether all expected…
-
In GitLab by @EVODelavega on Mar 22, 2019, 16:30
Increasingly, certain limitations with mockery are making it harder to write tests. Mockery doesn't support changes to mocked behaviour at "runtime" (…
-
*Requested feature* A clear description of the desired feature and an example of
how it would be used.
It will be nice to save different interface to single file , declaring import paths and interfa…
-
Seems to happen only on non-master branches, both in `test` and `integration-test` runs. It looks like this step doesn't always fail, but it does most times, e.g. in https://circleci.com/gh/weaveworks…
fbarl updated
4 years ago
-
**Actual behavior** A clear and concise description of what the bug is.
I want to build a docker image with this Dockerfile for running the mockgen. The GOPATH is /go inside the container when I "…