Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions nicegui/testing/screen_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from .general_fixtures import ( # noqa: F401 # pylint: disable=unused-import
nicegui_reset_globals,
prepare_simulation,
pytest_addoption,
)
from .screen import Screen

Expand Down
1 change: 1 addition & 0 deletions nicegui/testing/user_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
get_path_to_main_file,
nicegui_reset_globals,
prepare_simulation,
pytest_addoption,
)
from .user import User

Expand Down
2 changes: 1 addition & 1 deletion website/documentation/content/section_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async def test_click(user: User) -> None:
[pytest]
asyncio_mode = auto
main_file = main.py
addopts = -p nicegui.testing.plugin
addopts = -p nicegui.testing.user_plugin
```
''')

Expand Down