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

Upgrade the NUnit test adapter #372

Merged
merged 4 commits into from
Sep 12, 2023

Conversation

adamreeve
Copy link
Contributor

Running the tests under Visual Studio Code with the C# Dev Kit extension would include tests marked explicit, leading to surprises like the StressTestProcessMemory test running for a long time. This is fixed by upgrading the version of the NUnit3TestAdapter package, but this also seems to have changed behaviour so that now any console logging from tests is output by default when running dotnet test. The tests were doing a lot of logging, over 80k lines, so I've also removed some logging I thought was unnecessary and changed some logs to only be shown in the case of an error where they add some useful context.

@adamreeve adamreeve merged commit 24f2aa9 into G-Research:master Sep 12, 2023
29 checks passed
@adamreeve adamreeve deleted the nunit-adapter-upgrade branch September 12, 2023 21:18
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

Successfully merging this pull request may close these issues.

None yet

2 participants