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

Consider changing to NUnit to easily allow capturing console output #57

Open
ErikSchierboom opened this issue Nov 19, 2021 · 0 comments

Comments

@ErikSchierboom
Copy link
Member

ErikSchierboom commented Nov 19, 2021

Capturing console output in xUnit 2 is annoying, as you have to work with test classes and constructor injection. Writing the code to support this is annoying, complex and brittle. An option might be to use NUnit as the test framework.
See https://stackoverflow.com/questions/46405753/how-do-i-get-nunit3-console-to-output-my-debug-to-screen-on-a-windows-box

Side note: due to us using FsUnit, the actual test code might not even change much.

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