You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,11 +131,12 @@ The generated html can be found in docs/build/html. Open up the index.html you f
131
131
## Testing
132
132
We use GitHub Actions for continuous integration testing. You can check out the current status [here](https://github.com/mathLab/PyGeM/actions/workflows/testing_pr.yml).
133
133
134
-
To run tests locally (the package `pytest` is required):
134
+
To run tests locally, first install the [`test`](#install-with-optional-extras) extra. Then run
135
+
135
136
```bash
136
137
pytest
137
138
```
138
-
*(Note: The same testing setup is automatically included when installing with `[dev]` extras.)*
139
+
*(Note: The same testing setup is automatically included when installing with `dev` extras.)*
139
140
140
141
## Examples
141
142
You can find useful tutorials on how to use the package in the [tutorials](tutorials/README.md) folder.
0 commit comments