zztin / ctimer

This is a python implementation of a famous time management technique. CTimer helps you keep track of your productivity during the day, and help you set realistic goals for your day.
Apache License 2.0
0 stars 1 forks source link

[Feature Request] Comprehensive functional testing #52

Open tai271828 opened 3 years ago

tai271828 commented 3 years ago

Description

Per discussion offline, we would like to test the whole timer if possible.

Possible Solution

Mock up functions.

Additional context

So we could integrate more GUI framework easier in the future.