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 Wildcard support on rez test command #1870

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Ni-g-3l
Copy link

@Ni-g-3l Ni-g-3l commented Nov 5, 2024

Allow user to run multiple tests thanks wildcard

Ex :

rez test testing_obj-1.0 command_as_* --> will run ['command_as_string_success', 'command_as_string_fail']
rez test testing_obj-1.0 command_as_* check_car_ideas --> will run ['command_as_string_success', 'command_as_string_fail', 'check_car_idea']

@Ni-g-3l Ni-g-3l requested a review from a team as a code owner November 5, 2024 21:59
Copy link

linux-foundation-easycla bot commented Nov 5, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: Ni-g-3l / name: Maxime Cots (6a139dc)

@JeanChristopheMorinPerso
Copy link
Member

Hi @Ni-g-3l, thanks for creating this PR.

Before we can review and consider your changes, you will need to sign the CLA. See the comment above for details.

Let us know if you have questions.

@JeanChristopheMorinPerso JeanChristopheMorinPerso added the Blocked by CLA Waiting on CLA to be signed label Nov 6, 2024
Signed-off-by: Nig3l <nig3lpro@gmail.com>
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 4 lines in your changes missing coverage. Please review.

Project coverage is 59.31%. Comparing base (c039654) to head (6a139dc).

Files with missing lines Patch % Lines
src/rez/cli/test.py 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1870      +/-   ##
==========================================
+ Coverage   59.27%   59.31%   +0.03%     
==========================================
  Files         126      126              
  Lines       17217    17223       +6     
  Branches     3017     3017              
==========================================
+ Hits        10206    10215       +9     
+ Misses       6326     6323       -3     
  Partials      685      685              

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

@JeanChristopheMorinPerso
Copy link
Member

Thanks, I triggered the CI.

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