From 40a16640f03273fe9929999358127b0a68151cd6 Mon Sep 17 00:00:00 2001 From: Merlin Unterfinger Date: Wed, 21 Aug 2024 18:02:15 +0200 Subject: [PATCH] DOC: NAV-145 - Remove development entry from README --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cb49145..0676370 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,12 @@ print(response) See the integration tests for more examples. -## Development - -### Testing +## Testing This project uses pytest for both unit and integration testing. The tests are organized into separate folders to ensure clarity and separation of concerns. -#### Unit Tests +### Unit Tests Unit tests are designed to test individual components in isolation. To run the unit tests, simply execute: @@ -42,7 +40,7 @@ Unit tests are designed to test individual components in isolation. To run the u poetry run pytest -m unit ``` -#### Integration Tests +### Integration Tests Integration tests ensure that the components work together as expected in a more realistic environment. These tests require the service to be running, usually within a Docker container.