pace-rs / pace

Mindful Time Tracking: Simplify Your Focus and Boost Productivity Effortlessly.
https://pace.cli.rs
GNU Affero General Public License v3.0
20 stars 0 forks source link

test: implement more tests for ActivityStore and setup code coverage #31

Closed simonsan closed 6 months ago

simonsan commented 6 months ago

We need much better testing, to actually ease the burden of refactoring to different upcoming features. This is a first batch of tests implemented for the ActivityStore backed by an In-Memory Storage (for easier testing).