Open Ni-g-3l opened 2 weeks ago
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.
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 :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks, I triggered the CI.
Allow user to run multiple tests thanks wildcard
Ex :
rez test testing_obj-1.0 commandas --> will run ['command_as_string_success', 'command_as_string_fail'] rez test testing_obj-1.0 commandas check_car_ideas --> will run ['command_as_string_success', 'command_as_string_fail', 'check_car_idea']