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

Allow Examples table to include values not used in steps #391

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jun 28, 2021

  1. Fix issue: pytest-dev#390

    Changed validation of a scenario against its examples table so
    that the list of parameters defined for the scenario does not
    have to be the same as the list of parameters defined in the
    examples table, but can be a subset.
    
    This allows columns to be specified in the examples table that
    are not used in the scenario, but are there for future use or
    purely for documentation purposes.
    Jeremy Hicks committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    fdd74c0 View commit details
    Browse the repository at this point in the history
  2. Update unit tests

    Jeremy Hicks committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    f9d775f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    0c94c76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3a4d7f View commit details
    Browse the repository at this point in the history
  3. Simplify test

    youtux committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    0d52fa3 View commit details
    Browse the repository at this point in the history
  4. Simplify test

    youtux committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    9c72041 View commit details
    Browse the repository at this point in the history
  5. Improve naming

    youtux committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    76e5333 View commit details
    Browse the repository at this point in the history
  6. Update release notes

    youtux committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    3b9aa4a View commit details
    Browse the repository at this point in the history
  7. Fix test

    youtux committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    b33fdc3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    422dae6 View commit details
    Browse the repository at this point in the history