DavidAJohn / FotoStorio

Blazor WebAssembly application for a fictional photography store, with Stripe Elements payment integration and styling with Tailwind CSS.
MIT License
5 stars 1 forks source link

Add unit tests with bUnit #10

Open DavidAJohn opened 3 years ago

DavidAJohn commented 3 years ago

Egil Hansen has an extensive playlist of videos on YouTube explaining how to use bUnit to add unit tests to a fork of the Blazing Pizza application.

It's time to start adding tests to Foto Storio.

DavidAJohn commented 3 years ago

This is now in progress. I've added a test project (FotoStorio.Tests) and some simple tests of the client project components.

This is going to be an ongoing process.

I say this because there are 12 videos that Egil has added to the YouTube playlist (linked above). All of them were originally streamed live on Twitch. None of them are less than two hours long.

It's kind of like watching Bob Ross for people who are into Blazor and TDD. Just with fewer trees. 👍