From b316bc42a8fd0d066e9d95608debbb2dbff8d4e4 Mon Sep 17 00:00:00 2001 From: Oskar Hane Date: Fri, 7 Mar 2025 10:26:25 +0100 Subject: [PATCH] Update README with instructions on to install all extras --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1b995d45e..3c2634d92 100644 --- a/README.md +++ b/README.md @@ -371,6 +371,13 @@ When you're finished with your changes, create a pull request (PR) using the fol ## 🧪 Tests +To be able to run all tests, all extra packages needs to be installed. +This is achieved by: + +```bash +poetry install --all-extras +``` + ### Unit Tests Install the project dependencies then run the following command to run the unit tests locally: