Skip to content

Idiomatic Test Organization #477

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.Tests for the Shared.CLI project and Shared.Lib.Tests for the Shared.Lib project.)
  • test code organization mirroring the assembly under test (e.g., Shared.CLI.Tests.Tools.DefoggerToolTestsrather than Microsoft.CST.OpenSource.Tests.DefoggerTests`)
  • isolating integration tests to a separate test assembly

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions