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 side input for golden file tests #203

Merged

Commits on Feb 2, 2022

  1. Add side input for golden file tests

    Adds a posibility to provide a *.side_in.yaml file, that contains
    resources that should exist before the resource defined in `*.in.yaml` is applied.
    These side input resources are going to be created before running a testcase, and
    cleaned up at the end of it. The resources will be accessible via Get and List.
    Note that the existing functionality has not been changed.
    llamallamaduck committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    ace1462 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8123e8 View commit details
    Browse the repository at this point in the history