Skip to content

Commit c858b8d

Browse files
Add test requirements file and update README
1 parent 5525231 commit c858b8d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ This implementation follows **Karnin–Lang–Liberty (2016)**: a space-optimal
9191

9292
## ✅ Tests
9393

94+
Install the test dependencies and run the suite:
95+
9496
```bash
97+
python -m pip install -r kll_sketch/requirements-test.txt
9598
python -m pytest -q
9699
```
97100

kll_sketch/requirements-test.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pytest>=7.4
2+
hypothesis>=6.88
3+
pytest-cov>=4.1

0 commit comments

Comments
 (0)