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

[New Functional Testing] Create fake timer to test toggle_start_pause function #53

Closed tai271828 closed 3 years ago

tai271828 commented 3 years ago

Types of changes

Description

Test toggle_start_pause by invoking pytest ./tests/test_timer.py

Checklist:

Steps to Test This Pull Request

pytest under project root.

Expected behavior

7 passed, 1 warning

Related Issue

52