todoist_interface/tests/test_todoist.py

7 lines
136 B
Python
Raw Normal View History

2021-11-06 19:35:06 +01:00
from todoist_interface.todoist import TodoistAPI
2021-11-08 20:51:20 +01:00
def test_init():
2021-11-06 19:35:06 +01:00
todoist = TodoistAPI("1234")
assert todoist.token == "1234"