Skip to content

Commit

Permalink
DOC: NAV-145 - Remove development entry from README
Browse files Browse the repository at this point in the history
  • Loading branch information
munterfi committed Aug 21, 2024
1 parent fe52793 commit 40a1664
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,20 @@ 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:

```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 40a1664

Please sign in to comment.