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

Generic Filter expressions for NUnit tree #1150

Open
CharliePoole opened this issue Oct 19, 2024 · 0 comments
Open

Generic Filter expressions for NUnit tree #1150

CharliePoole opened this issue Oct 19, 2024 · 0 comments
Labels
Design A pure design task, done prior to coding. Rarely needed.
Milestone

Comments

@CharliePoole
Copy link
Contributor

So far we have discussed specific filters. But NUnit itself supports a general filter using the --where option of the console runner. The framework knows how to deal with the filters created by this option - (I wrote the parser)

Do we want this sort of functionality for the GUI? A command-line option does not seem very useful. Howe would we expose it the feature?

Decisions:

  • Decide if we want this
  • Decide how the user would activate it in the GUI
  • Decide how it would display in the tree
  • Decide what happens to the run commands if a filter is active.
@CharliePoole CharliePoole added the Design A pure design task, done prior to coding. Rarely needed. label Oct 19, 2024
@CharliePoole CharliePoole added this to the 2.0.0-beta7 milestone Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Design A pure design task, done prior to coding. Rarely needed.
Projects
None yet
Development

No branches or pull requests

1 participant