blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.26k stars 518 forks source link

Unit tests #290

Open jeriley opened 2 years ago

jeriley commented 2 years ago

I noticed there's a stubbed project with no tests - any desire or want to get some tests in there? It's kind of a thing I do (and teach teams how to do it) so I wouldn't mind hitting some of the underlying classes (providers seem to be an easy target) and such. I'm sure I'll run into questions but if nothing else, could serve as an example moving forward.

fullreboot commented 2 years ago

@jeriley I say go for it, it'll be good to see how tests can be created for existing projects instead of purely TDD programming.