We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pytest --pyargs jupyterlab_server
1 parent ee57d95 commit 514564eCopy full SHA for 514564e
CONTRIBUTING.md
@@ -16,5 +16,5 @@ To create a local test setup run the following commands (inside your virtual env
16
git clone https://github.com/jupyterlab/jupyterlab_server.git
17
cd jupyterlab_server
18
pip install -e .[test] # install test dependencies
19
-pytest
+pytest --pyargs jupyterlab_server
20
```
0 commit comments