Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(step_definition): Allows to define step function without return. #364

Merged
merged 4 commits into from
Jul 22, 2021

Commits on Jul 13, 2021

  1. 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.
    tfreville authored and vearutop committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    fbed999 View commit details
    Browse the repository at this point in the history
  2. test(convey): Add goconvey for test to ease test writting.

    Add tests for panic in test_context initialization.
    
    Made as independ commit so it can be rollbacked.
    tfreville authored and vearutop committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    fca39e4 View commit details
    Browse the repository at this point in the history
  3. test: Add test for stepdef model

    tfreville authored and vearutop committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    63fd657 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Update documentation

    vearutop committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    cdbb0ac View commit details
    Browse the repository at this point in the history