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

test(widget): click start and reached one clock #59

Closed tai271828 closed 3 years ago

tai271828 commented 3 years ago

Types of changes

Description

Add widget testing cases.

Checklist:

Steps to Test This Pull Request

pytest

Expected behavior

All pass.

Related Issue

Additional context

zztin commented 3 years ago

Thank you for the great example of test cases. This pull request is being modified to make compatible to current code base. You could find the same hash 80ee0bdea9d2450f7080b1ab03b71bbdc487e5e4 in the commit log in master branch now.

tai271828 commented 3 years ago

Thank you for the great example of test cases. This pull request is being modified to make compatible to current code base. You could find the same hash 80ee0bd in the commit log in master branch now.

Understood. Thank you for reviewing!