8 lines
129 B
Python
8 lines
129 B
Python
import pytest
|
|
|
|
from util.ticktick import TickTick
|
|
|
|
|
|
def test_ticktick_begin_auth() -> None:
|
|
auth_url = TickTick.begin_auth()
|