Skip to content

Commit 8e63190

Browse files
authored
docs: update README with instructions to run QDP tests (#926)
1 parent 328c7e3 commit 8e63190

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

testing/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,20 @@ testing/
3030
└── conftest.py # Pytest configuration and fixtures
3131
```
3232

33+
## To run QDP test
34+
35+
Before running QDP tests, build the `_qdp` module into the main venv:
36+
37+
```bash
38+
uv run --active maturin develop --manifest-path qdp/qdp-python/Cargo.toml
39+
```
40+
41+
Then run the tests:
42+
43+
```bash
44+
uv run pytest testing/qdp/ -v
45+
```
46+
3347
## Running Tests
3448

3549
```bash

0 commit comments

Comments
 (0)