-
[This bug](https://github.com/golang/mock/issues/653) is still around:
---
Actual behaviour
When I have EXPECT set for two calls to the same method with different parameters - the order of EXPE…
-
The autorespond feature was reverted due to it increasing the size of the settings panel interactive post past the limit that `post.Props` allows. The task here is to adjust the settings panel to acco…
-
_First, I'm not sure if I should file this on rules_go, bazel-gazelle or golang. Please let me know if there's a better forum._
The experience of building go code with `rules_go`/`gazelle` works pr…
-
I am confused about the usage of flatten flag with glide.yaml. To flatten nested dependencies in vendor directory, are we supposed to add any such flag or is it included by default(release 0.7.0)?
I …
-
Looking by the example code of your documentation, mockio look quite interesiting. I'm considering using mockio for my future unit test code. My company currently using [Gingko](https://github.com/ons…
-
@mrgAndysm Can you please re-create this issue with our template and give more information how to reproduce. Thanks!
_Originally posted by @codyoss in https://github.com/golang/mock/issues/652#issu…
-
## Requested Feature
Give test spec writers control over the sequence in which call expectations for a specfic 《receiver, method》are processed, in order to allow adding more specific expectations _…
-
target type(
func(*serverless.realServerlessControl, context.Context, string) error)
and double type(
func(*serverless.ServerlessControlInterface, context.Context, string) error) are different
其…
-
I'm trying to move my libs test deps out of `import` and into `testImport`, so that my lib doesn't impose constraints on my users test dependencies.
I've updated my `glide.yaml` to move the test dep…
-
:wave: I wanted to use counterfeiter to generate a fake that includes a Cadence `workflow.Context`, which is a type alias to `internal.Context`: https://github.com/uber-go/cadence-client/blob/0.9.1/wo…