Skip to content

Commit

Permalink
docs: fix link to testing from installation page
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Apr 12, 2024
1 parent 3676294 commit a573f95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ The `solara-server` packages supports the following optional dependencies:
### The `pytest-ipywidgets` package

This package is a plugin for pytest that lets you test ipywidgets with playwright. It is useful for testing your ipywidgets or solara applications in a (headless) browser.
See [Our testing documentation](https://solara.dev/docs/advanced/testing) for more information.
See [Our testing documentation](https://solara.dev/documentation/advanced/howto/testing) for more information.

* `pip install "pytest-ipywidgets"` - Minimal installation for testing ipywidgets.
* `pip install "pytest-ipywidgets[voila]"` - The above, with a compatible version of voila.
Expand Down

0 comments on commit a573f95

Please sign in to comment.