Skip to content

Commit

Permalink
Add basic test coverage for zino.tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkwill42 committed Sep 11, 2023
1 parent 9861f89 commit 153afdc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/tasks/test_init.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from zino.tasks import get_registered_tasks


def test_task_registry_should_be_populated_by_default():
tasks = get_registered_tasks()
assert len(tasks) > 0

0 comments on commit 153afdc

Please sign in to comment.