diff --git a/README.md b/README.md index 09d359e..cb49145 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ See the integration tests for more examples. 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 +42,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.