Skip to content

Remove kwargs from skip function#5207

Merged
meiravgri merged 2 commits intomasterfrom
meiravg_remove_kwargs_from_skip_pytest
Nov 13, 2024
Merged

Remove kwargs from skip function#5207
meiravgri merged 2 commits intomasterfrom
meiravg_remove_kwargs_from_skip_pytest

Conversation

@meiravgri
Copy link
Collaborator

@meiravgri meiravgri commented Nov 13, 2024

This PR addresses an issue where passing an unsupported skip condition to the skip function results in the test being skipped without any alert or error.
The introduced changes ensure that unsupported skip options cause the test to fail, thereby preventing silent skips.

@codecov
Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.55%. Comparing base (f045e21) to head (efea4da).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5207   +/-   ##
=======================================
  Coverage   86.55%   86.55%           
=======================================
  Files         193      193           
  Lines       34757    34757           
=======================================
  Hits        30084    30084           
  Misses       4673     4673           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@meiravgri meiravgri requested a review from GuyAv46 November 13, 2024 11:55
@meiravgri meiravgri added this pull request to the merge queue Nov 13, 2024
Merged via the queue into master with commit d8c6a62 Nov 13, 2024
@meiravgri meiravgri deleted the meiravg_remove_kwargs_from_skip_pytest branch November 13, 2024 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants