Tests that use TaskEnvironmentHelper should test tasks with both environments.
Open
Area: Tests
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
Existing tests using `TaskEnvironmentHelper.CreateForTest()` only execute with a multiprocess environment. This leaves gaps in correctness validation for multithreaded behavior. Update tests to cover both task environments.
For tests using MT environment, move the current directory to a temporary path to properly ensure the output is correct.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.