godog/internal
tfreville fbed999ad8 feat(step_definition): Allows to define step function without return.
Issue: It is not possible to use function without return when
       matching steps, resulting in a lot of Nil only error
       returns.

Fix: Allows to provide empty result function by correctly matching
     reflect Calls on step Handler.
     When nothing is returned by the Handler, it will return
     nil as if errors was nil.
2021-07-13 10:31:39 +02:00
..
builder Remove parallel testing to avoid "go: updating go.mod: existing contents have changed since last read" 2021-07-07 21:06:13 +02:00
flags Improved the help text of the formatter flag in the run command (#347) 2020-10-12 09:13:45 +02:00
formatters Upgrade MultiFormatter to use messages-go/v16 2021-07-07 19:47:46 +02:00
models feat(step_definition): Allows to define step function without return. 2021-07-13 10:31:39 +02:00
parser update gherkin-go to v19.0.3 2021-06-28 17:19:43 +01:00
storage update gherkin-go to v19.0.3 2021-06-28 17:19:43 +01:00
tags update gherkin-go to v19.0.3 2021-06-28 17:19:43 +01:00
testutils update gherkin-go to v19.0.3 2021-06-28 17:19:43 +01:00
utils Created internal packages for formatters, storage and models 2020-07-02 08:51:31 +02:00