From 9582a2282184fe3746bd1f888a99074bc4be9e68 Mon Sep 17 00:00:00 2001 From: Ahdra Merali Date: Tue, 16 Apr 2024 17:58:49 +0100 Subject: [PATCH] Change formatting Signed-off-by: Ahdra Merali --- docs/source/development/automated_testing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/development/automated_testing.md b/docs/source/development/automated_testing.md index ed3efe3287..77388ea638 100644 --- a/docs/source/development/automated_testing.md +++ b/docs/source/development/automated_testing.md @@ -29,7 +29,9 @@ To install your project, navigate to your project root and run the following com pip install -e . ``` ->**NOTE**: The option `-e` installs an editable version of your project, allowing you to make changes to the project files without needing to re-install them each time. +:::{note} +The option `-e` installs an editable version of your project, allowing you to make changes to the project files without needing to re-install them each time. +::: ### Install `pytest` Install `pytest` as you would install other packages with `pip`, making sure your [project's virtual environment is active](../get_started/install.md#create-a-virtual-environment-for-your-kedro-project).