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

Resolve pytest warning #54

Closed tai271828 closed 3 years ago

tai271828 commented 3 years ago

Types of changes

Description

setup.cfg is not suggested to be used for pytest[1] and a conftest.py may be an alternative when using the pytest option collect_ignore[2].

[1] https://docs.pytest.org/en/latest/customize.html [2] https://docs.pytest.org/en/stable/example/pythoncollection.html

Checklist:

Steps to Test This Pull Request

pytest

Expected behavior

7 passed and no/0 warning.