pablocom / PersonalSite.Backend

This repository is used to study Domain-Driven Design principles, practices and patterns.
4 stars 0 forks source link

Unify NUnit and xUnit #22

Closed seymourpoler closed 1 year ago

seymourpoler commented 1 year ago

Hi everyone!

We are using NUnit and xUnit. These libreries are for the same purpose. We could select one of both. They are used in the project PersonalSite.IntegrationEventsPublishWorker.UnitTests (one example) What do you think?

seymourpoler commented 1 year ago

It is done in Pull Request #26