Add LABEL and LABEL_NAME to the ct_add_dir() function to specify CTes… #113
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…t label for the tests
Is this pull request associated with an issue(s)?
Please list issues associated with this pull request, including closing words
as appropriate.
Resolves #112
Description
Describe what this pull request will accomplish.
It will allow for tests added with
ct_add_dir
to be labeled usingLABEL
andLABEL_NAME
arguments.LABEL
will use label of the tests as relative directory path used withct_add_dir
call.LABEL_NAME
has higher priority and allows to label the tests in the directory to any name.TODOs
For draft pull requests please include a list of what needs to be done and check
off items as you complete them.