Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ Dependencies and optional extras are defined in `pyproject.toml`. Prefer the com
```bash
cd /path/to/chronicler
pip install -e ".[opensearch,dev]" # if not already installed for development
pytest tests/ -v # Run full suite (209 tests)
pytest tests/ -v # Run full suite (327 tests)

# Run by category
pytest -m unit # Fast unit tests only (178 tests)
pytest -m integration # Integration tests with file I/O (20 tests)
pytest -m unit # Fast unit tests only (248 tests)
pytest -m integration # Integration tests with file I/O (25 tests)
```

The test suite covers:
Expand Down
32 changes: 0 additions & 32 deletions VALIDATION_UPERF_RPOPC-1275.md

This file was deleted.

Loading