-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
The new code organization in #476 paves the way for this repository to move towards more idiomatic .NET unit tests. For example:
- source and tests in different directories
- one test project for each assembly under test (i.e.,
Shared.CLI.Testsfor theShared.CLIproject andShared.Lib.Testsfor theShared.Libproject.) - test code organization mirroring the assembly under test (e.g., Shared.CLI.Tests.Tools.DefoggerToolTests
rather thanMicrosoft.CST.OpenSource.Tests.DefoggerTests`) - isolating integration tests to a separate test assembly
Metadata
Metadata
Assignees
Labels
No labels