Skip to content

Commit 8668511

Browse files
authored
Update README with instructions on to install all extras (#297)
1 parent d1a5778 commit 8668511

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,13 @@ When you're finished with your changes, create a pull request (PR) using the fol
371371

372372
## 🧪 Tests
373373

374+
To be able to run all tests, all extra packages needs to be installed.
375+
This is achieved by:
376+
377+
```bash
378+
poetry install --all-extras
379+
```
380+
374381
### Unit Tests
375382

376383
Install the project dependencies then run the following command to run the unit tests locally:

0 commit comments

Comments
 (0)