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

add EventuallyWithT assertion #1264

Merged

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    15ae495 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Change "EventuallyWithT" condition acceptance to no-errors raised

    This change updates the "EventuallyWithT" assertion variants (regular, formatted,
    requirement) to consider a condition as "met" if no assertion errors were raised
    in a tick.
    
    This allows to write easier conditions which simply contain assertions, without
    needing to return a bool. The equivalent of a condition returning true in the
    previous implementation would be a a condition with a single "assert.True(..)" call.
    arikkfir committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    360d14b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    0c7cc6b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Merge pull request #1 from arikkfir/eventually-with-assertions-no-return

    Change "EventuallyWithT" condition acceptance to no-errors raised
    tobikris committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    f9122dc View commit details
    Browse the repository at this point in the history
  2. run go generate

    tobikris committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    988ad34 View commit details
    Browse the repository at this point in the history