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

Run Pretty: Make inclusion / exclusion options accept test index #86

Open
fdefelici opened this issue Jan 5, 2024 · 1 comment
Open
Labels
documentation Improvements or additions to documentation feature New feature or request

Comments

@fdefelici
Copy link
Owner

Currently -i / -e options accepts expressions involving Suite name and Test name.

When running test using pretty report a test index is shown:
image

So eventually could be usefull allow include/exclude options to accept also test indexes, like this:

  • <program> -i 1 will run the test with "01" index
  • <program> -e 2 will run the test with "01" and "03" index

This kind of change will have a huge impact on test filtering process, because filtering happen while retrieving test symbols while test index is assigned after when test run (depending on the number of test executed)

NOTE:

  • to update commandline api documentation
  • to update help command
@fdefelici fdefelici added documentation Improvements or additions to documentation feature New feature or request labels Jan 5, 2024
@fdefelici fdefelici self-assigned this Apr 19, 2024
@fdefelici fdefelici modified the milestone: v2.4.3 Apr 19, 2024
@fdefelici
Copy link
Owner Author

Better introducing this feature after #97 has been implemented

@fdefelici fdefelici removed their assignment Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant