Skip to content

Commit

Permalink
DOC: NAV-145 - Set title level correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
munterfi committed Aug 21, 2024
1 parent 6abd840 commit fe52793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ 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:

```sh
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.
Expand Down

0 comments on commit fe52793

Please sign in to comment.