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

Enable DI for tests #54

Open
warriordog opened this issue Jul 20, 2023 · 0 comments
Open

Enable DI for tests #54

warriordog opened this issue Jul 20, 2023 · 0 comments
Labels
area:tests Affects or applies to unit tests or other testing matters good first issue Good for newcomers type:improvement Non-feature improvements to the library

Comments

@warriordog
Copy link
Owner

There exists a package to support Dependency Injection in XUnit tests. Integrate it so that tests don't have to manually create entire dependency graphs just to construct an object. Ensure that the implementation allows complete isolation (by replacing implementations with fakes) if desired.

@warriordog warriordog added type:feature New feature or request good first issue Good for newcomers area:tests Affects or applies to unit tests or other testing matters labels Jul 20, 2023
warriordog added a commit that referenced this issue Jul 20, 2023
warriordog added a commit that referenced this issue Jul 21, 2023
Additionally restores some excluded tests.
Revealed a broken test which is documented in #59.
Reduces the urgency of #54.
@warriordog warriordog added type:improvement Non-feature improvements to the library and removed type:feature New feature or request labels Jul 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:tests Affects or applies to unit tests or other testing matters good first issue Good for newcomers type:improvement Non-feature improvements to the library
Projects
None yet
Development

No branches or pull requests

1 participant