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).