Skip to content

Commit

Permalink
Change formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Ahdra Merali <ahdra.merali@quantumblack.com>
  • Loading branch information
Ahdra Merali committed Apr 16, 2024
1 parent 2878c46 commit 9582a22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/development/automated_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 9582a22

Please sign in to comment.