Skip to content

Commit e2a4ec6

Browse files
committed
Add note on how to run FFI example tests
1 parent db0a237 commit e2a4ec6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,15 @@ uv run --no-project maturin develop --uv
278278
uv run --no-project pytest .
279279
```
280280

281+
To run the FFI tests within the examples folder, after you have built
282+
`datafusion-python` with the previous commands:
283+
284+
```bash
285+
cd examples/datafusion-ffi-example
286+
uv run --no-project maturin develop --uv
287+
uv run --no-project pytest python/tests/_test_*py
288+
```
289+
281290
### Running & Installing pre-commit hooks
282291

283292
`datafusion-python` takes advantage of [pre-commit](https://pre-commit.com/) to assist developers with code linting to help reduce

0 commit comments

Comments
 (0)