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

Checks imports #28

Merged
merged 2 commits into from
Dec 1, 2023
Merged

Checks imports #28

merged 2 commits into from
Dec 1, 2023

Conversation

minijackson
Copy link
Collaborator

this simplifies parametrized tests
this is now possible:

checks.imports = [
  (import ./checks/common.nix "epics-base3")
  (import ./checks/common.nix "epics-base7")
];

cc @stephane-cea, since you needed this to test an support module for multiple epics-base versions.

this simplifies parametrized tests
this is now possible:

    checks.imports = [
      (import ./checks/common.nix "epics-base3")
      (import ./checks/common.nix "epics-base7")
    ];
@minijackson minijackson added the enhancement New feature or request label Nov 30, 2023
Copy link
Collaborator

@stephane-cea stephane-cea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR looks good to me!

@minijackson minijackson merged commit 705292a into master Dec 1, 2023
4 checks passed
@minijackson minijackson deleted the checks-imports branch December 1, 2023 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants