Skip to content

Commit 514564e

Browse files
authored
Recommend pytest --pyargs jupyterlab_server (#203)
1 parent ee57d95 commit 514564e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ To create a local test setup run the following commands (inside your virtual env
1616
git clone https://github.com/jupyterlab/jupyterlab_server.git
1717
cd jupyterlab_server
1818
pip install -e .[test] # install test dependencies
19-
pytest
19+
pytest --pyargs jupyterlab_server
2020
```

0 commit comments

Comments
 (0)