This is an automated email from the ASF dual-hosted git repository.

guanmingchiu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/main by this push:
     new 8e631906b docs: update README with instructions to run QDP tests (#926)
8e631906b is described below

commit 8e631906b5354a0d42e44afa3a41d994303a9588
Author: Ryan Huang <[email protected]>
AuthorDate: Fri Jan 23 23:37:50 2026 +0800

    docs: update README with instructions to run QDP tests (#926)
---
 testing/README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/testing/README.md b/testing/README.md
index 781d0cf6e..b12352852 100644
--- a/testing/README.md
+++ b/testing/README.md
@@ -30,6 +30,20 @@ testing/
 └── conftest.py         # Pytest configuration and fixtures
 ```
 
+## To run QDP test
+
+Before running QDP tests, build the `_qdp` module into the main venv:
+
+```bash
+uv run --active maturin develop --manifest-path qdp/qdp-python/Cargo.toml
+```
+
+Then run the tests:
+
+```bash
+uv run pytest testing/qdp/ -v
+```
+
 ## Running Tests
 
 ```bash

Reply via email to