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

Add Test Cases #60

Open
bucker opened this issue Aug 29, 2019 · 0 comments
Open

Add Test Cases #60

bucker opened this issue Aug 29, 2019 · 0 comments

Comments

@bucker
Copy link

bucker commented Aug 29, 2019

Based on this document: https://github.com/microsoft/InventorySample/blob/4909ca77355850508b2b5bd8d8fc12c65d59fe77/docs/Architecture/DependencyInjection.md

Unit Testing: DI enables you to replace complex dependencies, such as databases, with mocked implementations of those dependencies. This allows you to completely isolate the code that is being testing.

Using DI without testing is like lack the last push to achieve the goal. It seems to me that the architecture of this project is extremely suitable for unit testing, and so sad that we don't have any.

I'm willing to add some unit test if you like. :)

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