TheAxelander / OpenBudgeteer

OpenBudgeteer is a budgeting app based on the Bucket Budgeting Principle
https://theaxelander.github.io
MIT License
745 stars 42 forks source link

Write Unit Tests for Report Page #222

Open TheAxelander opened 5 months ago

TheAxelander commented 5 months ago

Describe the solution you'd like To prevent returning issues like #219 #57 create unit tests executing every check rule

Additional context Prevent accidentally using Sum() LINQ function while directly querying a Sqlite database.