diyalgo/tests/test_workers/test_timeline.py

8 lines
275 B
Python

import asyncio
from ..fixtures import session_fixture, engine_fixture, client_fixture, config_fixture
from diyalgo.workers.timeline import populate_timeline
def test_populate_timeline(session_fixture, client_fixture):
populate_timeline(client_fixture, session_fixture)