havenweb / haven

Self-hostable private blogging
https://havenweb.org
MIT License
640 stars 33 forks source link

Increase testcoverage #25

Closed selfhosted-heaven closed 1 year ago

selfhosted-heaven commented 2 years ago

There seems to be quite a lack of tests. Increasing the test coverage not only increases developer confidence when building new stuff (the old stuff will not break), but it also documents the expected behaviour.

By default uses Minitest, but we could make the argument that RSpec is also a fine choice, because it is arguably better readable.

mawise commented 1 year ago

We have tests!