coignard / weblog

A stupidly simple plain text-based blog engine. No HTML, CSS, or JS included.
https://renecoignard.com
MIT License
45 stars 4 forks source link

Add Test Coverage to the Project #34

Closed coignard closed 1 week ago

coignard commented 3 months ago

The current codebase lacks automated tests, making it difficult to ensure the stability and reliability of the application as new features are added or existing code is modified. To improve the quality of the code and facilitate easier maintenance, it is essential to introduce a comprehensive test suite.