candy-kingdom / summary

Flexible and effortless API reference generator for .NET.
MIT License
9 stars 0 forks source link

Improve test coverage #49

Open kostiantxn opened 7 months ago

kostiantxn commented 7 months ago

Currently, we only have a couple of tests for some core functionality (e.g., pipes) and a few simple tests for the Markdown renderer. We should improve the test coverage and write tests for more complex parsing/rendering cases.

joshua-light commented 7 months ago

It'd be nice to utilize the fact that our generator is a nice example for using snapshot testing.