Skip to content

Commit

Permalink
DOC: NAV-145 - Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
munterfi committed Aug 21, 2024
1 parent d7789c1 commit 6abd840
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,22 @@ print(response)

See the integration tests for more examples.

## Testing
## Development

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

## Running 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
```

## Running 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 6abd840

Please sign in to comment.