sonar-dotnet icon indicating copy to clipboard operation
sonar-dotnet copied to clipboard

NET-2005 New Rule Idea: Tests should be contained in a separate project (S3414)

Open michalb-sonar opened this issue 8 years ago • 1 comments

RSPEC-3414

It is a good practice to isolate test classes in a separate package so that what is shipped to production is neither polluted by nor bloated with them. Further, including unit tests in code assemblies could affect build processes.

michalb-sonar avatar Jul 28 '17 13:07 michalb-sonar

Internal ticket NET-2005