Solution with multiple test projects #5112
-
|
Hi guys, I've tested TUnit in a solution with a single test project, it works awesome. But in my company, our app template comes with at least 3 test projects. Since TUnit requirest I woudnt like to use only single test project, but if there is no easy way to do it I will do it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I followed this MS doc https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-dotnet-test#microsofttestingplatform-mtp-mode-of-dotnet-test and for my need it worked |
Beta Was this translation helpful? Give feedback.
I followed this MS doc https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-dotnet-test#microsofttestingplatform-mtp-mode-of-dotnet-test and for my need it worked