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.
1 parent 3ece23e commit 1dcca61Copy full SHA for 1dcca61
CONTRIBUTING.md
@@ -28,7 +28,7 @@ To create a local test setup run the following commands (inside your virtual env
28
git clone https://github.com/jupyterlab/jupyterlab_server.git
29
cd jupyterlab_server
30
pip install -e .[test] # install test dependencies
31
-pytest --pyargs jupyterlab_server
+hatch run cov:test # optionally, arguments of the pytest CLI can be added
32
```
33
34
## Code Styling
pyproject.toml
@@ -71,6 +71,7 @@ openapi = [
71
]
72
test = [
73
"codecov",
74
+ "hatch",
75
"ipykernel",
76
"pytest-jupyter[server]>=0.6.2",
77
"jupyterlab_server[openapi]",
0 commit comments