Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ See [docs/en/guides/configuration.md](../docs/en/guides/configuration.md) for th
### Dependencies

```bash
pip install pytest pytest-asyncio
pip install pytest pytest-asyncio pytest-cov
```

## Running Tests
Expand All @@ -43,7 +43,7 @@ pip install pytest pytest-asyncio
pytest tests/client tests/server tests/session tests/vectordb tests/misc tests/integration -v

# Run with coverage
pytest tests/client tests/server tests/session tests/vectordb tests/misc tests/integration --cov=openviking --cov-report=html
pytest tests/client tests/server tests/session tests/vectordb tests/misc tests/integration -v --cov=openviking --cov-report=term-missing
```

### Running Specific Tests
Expand Down