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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ This implementation follows **Karnin–Lang–Liberty (2016)**: a space-optimal

## ✅ Tests

Install the test dependencies and run the suite:

```bash
python -m pip install -r kll_sketch/requirements-test.txt
python -m pytest -q
```

Expand Down
3 changes: 3 additions & 0 deletions kll_sketch/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pytest>=7.4
hypothesis>=6.88
pytest-cov>=4.1