ngcp-project / progress-board-tracker

Empty repository only meant for tracking cards inside project boards in NGCP
0 stars 0 forks source link

feat: C# Testing Library #28

Closed GuyWhoCode closed 6 months ago

GuyWhoCode commented 11 months ago

We need to have consistent dummy data to ensure that the database operations we perform work. This will also be used for unit tests and hopefully integration tests in the future.

marked01one commented 11 months ago

I have a .NET project that have a dummy data generator called during server startup. Check it if you need reference. https://github.com/marked01one/save-the-date-dotnet/blob/main/API/Program.cs