Skip to content

Commit

Permalink
fix todo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Jul 31, 2024
1 parent a57b8ff commit 806ad2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/todo_list/test_todo_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

# pylint: disable=missing-function-docstring

pytest_plugins = ['nicegui.testing.plugin']


@pytest.mark.module_under_test(main)
async def test_checking_items(user: User) -> None:
Expand Down

0 comments on commit 806ad2c

Please sign in to comment.