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

CmdLine: Make args available for tests #71

Open
fdefelici opened this issue Nov 18, 2023 · 0 comments
Open

CmdLine: Make args available for tests #71

fdefelici opened this issue Nov 18, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation feature New feature or request

Comments

@fdefelici
Copy link
Owner

The idea could be to make cmdline arguments available within the test case, in order to implement custom logic.

Eventually from this args could be filtered out the one related to clove-unit command line, and just keep the user defined parameters.

Potential use cases:

  • Execute tests assertion on a dynamic collection for performances. So from commandline, one can input the number of elements
  • Dynamically change some assertion value
  • Even skip test execution following custom logic (instead of using -include -exclude params)
@fdefelici fdefelici added documentation Improvements or additions to documentation feature New feature or request labels Nov 18, 2023
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

No branches or pull requests

1 participant