File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -234,9 +234,15 @@ Do you want to join the team? Read the [Contributing guidelines](.github/CONTRIB
234234Made with [ contrib.rocks] ( https://contrib.rocks ) .
235235
236236### Testing
237- We use ` pytest ` to run our unit tests. You can run the whole test suite by using the following command in the base directory of the repository:
237+ We use ` pytest ` to run our unit tests. Use the following command to install the dependencies required to test a local clone of PyDMD (assuming
238+ the relative path of the repository to be ` ./PyDMD/ ` ):
238239``` bash
239- pytest
240+ python -m pip install PyDMD/[test]
241+ ```
242+
243+ You can run the whole test suite by using the following command in the base directory of the repository:
244+ ``` bash
245+ python -m pytest
240246```
241247
242248## Funding
You can’t perform that action at this time.
0 commit comments