Files
home-automation/src/util/tests/test_ticktick.py
T

8 lines
129 B
Python
Raw Normal View History

2024-08-21 16:30:43 +02:00
import pytest
2024-08-27 11:01:14 +02:00
from util.ticktick import TickTick
2024-08-21 16:30:43 +02:00
def test_ticktick_begin_auth() -> None:
auth_url = TickTick.begin_auth()