Wei

Results 14 issues of Wei

Hi, I'm using table driven tests, where all input and expected result are in a table. However, in luaunit, it's a single case, not one case per entry in the...

在大众的使用范围比五线谱还广。

enhancement

Hi, the current example in README is not executable. Can we give a executable example?

## 🐛 Bug Report The original discussion is in slack: https://gophers.slack.com/archives/CBATURP1D/p1651119673470069 ## To Reproduce Given a proto ``` enum AEnum { // a field comment AENUM_UNSPECIFIED = 0; } ```...

bug
help wanted
openapi
good first issue

OpenTelemetry is important for app observability. It includes logging, metrics and tracing. It'll be great you could consider integrate and demo it in the ddd example app. Thanks!

BDD is also a good part in tests. It focuses on business logic and may need cases from different layers in test pyramid. It tries to reduce the gap between...

Hi, first, I love your articles and this repo very much and want to learn from them. One thing not quite clear to me is that the two services `trainer`...

### What version of godog are you using? v0.11.0 ### What version of Go are you using? ``` > go version go version go1.16.5 darwin/amd64 ``` ### What did you...

**Describe the bug** I have two functions: foobar_testcli() and foobar_testcli_reset() in my foobar.h fff will generate below fake functions: DECLARE_FAKE_VALUE_FUNC3(int, foobar_testcli, foo_info_t*, int, int); DECLARE_FAKE_VOID_FUNC1(foobar_testcli_reset, foo_info_t*); But first DECLARE_FAKE_VALUE_FUNC3() internally...

Support
Limitation

**Describe the bug** My testcontainer runs fine directly on host. This case is to run test inside a docker container. I managed to add some parameters when starting docker so...