We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0a237 commit e2a4ec6Copy full SHA for e2a4ec6
README.md
@@ -278,6 +278,15 @@ uv run --no-project maturin develop --uv
278
uv run --no-project pytest .
279
```
280
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
290
### Running & Installing pre-commit hooks
291
292
`datafusion-python` takes advantage of [pre-commit](https://pre-commit.com/) to assist developers with code linting to help reduce
0 commit comments