.Net XUnit: Should my tests use real data or how to mock mysql with cqrs?
I’m creating tests for our .Net 8 API. We use MySql for data storage and CQRS pattern for queries.
I’m creating tests for our .Net 8 API. We use MySql for data storage and CQRS pattern for queries.