Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idiomatic Test Organization #477

Open
danfiedler-msft opened this issue Nov 13, 2024 · 0 comments
Open

Idiomatic Test Organization #477

danfiedler-msft opened this issue Nov 13, 2024 · 0 comments

Comments

@danfiedler-msft
Copy link
Contributor

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`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant