Updating to NUnitLite 3.13 breaks the TouchUnit runner
Open
enhancement
test-only-issue
- Dominant language
- C#
- Stars
- 2.9k
- Forks
- 576
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 123
Description
Follow up of https://github.com/xamarin/xamarin-macios/pull/11287
The _hierarchy_ of `TestSuite` changed, so no tests are seen without updating the runner
up to 3.12
> `Suite.TestCaseCount` > 0
3.13+
> `Suite.TestCaseCount` == 0
> `Suite.HasChildren` == true
> `Suite.Tests` has a collection of `TestSuite`
That means updating all tests (and possibly other code that interacts, e.g. custom loggers).
This needs to be planned to happen at the _right_ time.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.