chanan / BlazorStrap

Bootstrap 4 Components for Blazor Framework
https://blazorstrap.io
The Unlicense
920 stars 156 forks source link

Unit testing #482

Open Andras-Csanyi opened 2 years ago

Andras-Csanyi commented 2 years ago

I have a little time and contributing here seems to be a good option. To refresh my Blazor knowledge testing is a good start, not to mention that I love working with tests. Is there a strategy I should follow when it comes to unit testing? Any priority order? By default, I would go through the components and I would add unit tests for all of them. I see bunit is still used (if I remember correctly I introduced them).

jbomhold3 commented 2 years ago

Right now only unit tests we have setup is for inputs. To be frank I suck at setting them up. If your skilled in it would love your input on the matter