Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

[Touch.Client] Add API to exclude tests based on categories. - #82

Merged
rolfbjarne merged 2 commits into
xamarin:mainfrom
rolfbjarne:dotnet-excluded-categories
Jul 30, 2020
Merged

[Touch.Client] Add API to exclude tests based on categories.#82
rolfbjarne merged 2 commits into
xamarin:mainfrom
rolfbjarne:dotnet-excluded-categories

Conversation

@rolfbjarne

Copy link
Copy Markdown
Member

The NUnitLite API to create test filters is very rudimentary (either subclass
TestFilter, or have NUnitLite create the filter based on an xml string), so we
can at least make it easy for consumers to exclude tests based on categories,
which we need to be able to do for our tests anyway.

The NUnitLite API to create test filters is very rudimentary (either subclass
TestFilter, or have NUnitLite create the filter based on an xml string), so we
can at least make it easy for consumers to exclude tests based on categories,
which we need to be able to do for our tests anyway.

@mandel-macaque mandel-macaque left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏼

@rolfbjarne
rolfbjarne merged commit 703586b into xamarin:main Jul 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants