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

Validate Testing.Pipeline options #593

Merged
merged 6 commits into from
Sep 4, 2023

Conversation

FelonEkonom
Copy link
Member

@FelonEkonom FelonEkonom added the no-changelog This label has to be added if changes from the PR are not meant to be placed in the CHANGELOG.md label Aug 29, 2023
@FelonEkonom FelonEkonom requested a review from mat-hek as a code owner August 29, 2023 15:48
Comment on lines 535 to 536
allowed_keys_1 = [:mode, :spec, :test_process, :name, :raise_on_child_pad_removed?]
allowed_keys_2 = [:module, :custom_args, :test_process, :name]
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
allowed_keys_1 = [:mode, :spec, :test_process, :name, :raise_on_child_pad_removed?]
allowed_keys_2 = [:module, :custom_args, :test_process, :name]
allowed_keys = [:mode, :spec, :test_process, :name, :raise_on_child_pad_removed?]
allowed_keys_custom_module = [:module, :custom_args, :test_process, :name]

And according to spec, module: :default can be passed exlicitly

@FelonEkonom FelonEkonom requested a review from mat-hek September 1, 2023 15:05
@FelonEkonom FelonEkonom merged commit 7c52631 into master Sep 4, 2023
@FelonEkonom FelonEkonom deleted the validate-testing-pipeline-options branch September 4, 2023 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog This label has to be added if changes from the PR are not meant to be placed in the CHANGELOG.md
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants