Move test related code under a common test folder
Open
enhancement
test-enhancement
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 1.1k
- Avg merge
- 1d 13m
- Merged PRs (30d)
- 85
Description
WPF has all of their tests under a single test folder. This is advantageous for a number of reasons.
- Test code can rely on normal build folder hierarchy mechanisms (`Directory.build.*`, `.editorconfig`, etc.)
- Test projects are easier to find
- Easier to pattern match
To better align our repos this is the pattern we should follow as well.
Contributor guide
Assessment
This issue has not been assessed yet.