godog/internal/models
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
..
feature.go Revert return logic to restore previous behavior and pass the original test 2021-07-07 20:12:56 +02:00
feature_test.go Created internal packages for formatters, storage and models 2020-07-02 08:51:31 +02:00
results.go Created internal packages for formatters, storage and models 2020-07-02 08:51:31 +02:00
results_test.go Created internal packages for formatters, storage and models 2020-07-02 08:51:31 +02:00
stepdef.go feat(step_definition): Allows to define step function without return. 2021-07-13 10:31:39 +02:00
stepdef_test.go feat(step_definition): Allows to define step function without return. 2021-07-13 10:31:39 +02:00