Update contributing.md (#1918)
This commit is contained in:
@@ -43,7 +43,11 @@ pre-commit install
|
|||||||
We use `pytest` to test our code. You can run the tests by running the following command:
|
We use `pytest` to test our code. You can run the tests by running the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
poetry run pytest
|
poetry run pytest tests
|
||||||
|
|
||||||
|
# or
|
||||||
|
|
||||||
|
make test
|
||||||
```
|
```
|
||||||
|
|
||||||
Several packages have been removed from Poetry to make the package lighter. Therefore, it is recommended to run `make install_all` to install the remaining packages and ensure all tests pass. Make sure that all tests pass before submitting a pull request.
|
Several packages have been removed from Poetry to make the package lighter. Therefore, it is recommended to run `make install_all` to install the remaining packages and ensure all tests pass. Make sure that all tests pass before submitting a pull request.
|
||||||
|
|||||||
Reference in New Issue
Block a user