How can we use NUnit to test ASP.NET Core?

In this article, I explain how to leverage NUnit in ASP NET Core tests with simple code examples.

xUnit has been my preferred testing framework, but I felt like it was important to dive back into NUnit as well. While I still need to dedicate more time to it, I wanted to document some of the process so that you can see how to leverage NUnit in your ASP NET Core tests!

Check out the article:
https://www.devleader.ca/2024/02/16/nunit-in-asp-net-core-what-you-need-to-get-started/

Oh, so #FluentAssertions is changing the license in the new version 8. It doesn't seem like this is, well, particularly in line with what was there before?

https://github.com/fluentassertions/fluentassertions/pull/2943

Anyone have recommendations for a guide to debugging and unit testing in Python?

All of my code learning in multiple languages has been very ad-hoc, and testing is a weak point that I'd like to work on.

Did you know that #testing is work for mental health. I did not, but I heard it from a developer colleague today. Living with the stress of having no tests but having to do changes to something considered important is a stress factor.

Probably the first project I am entering where mental health was a conversation point. And a good reminder that we live under all kinds of stress.