You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Julia tests**: Run from the project root with `julia -e 'using Pkg; Pkg.test()'`.
5
+
-**Python tests**:
6
+
- Copy `juliapkg-dev.json` to `juliapkg.json` before running (do **not** commit this copy).
7
+
- Execute with `uv run pytest -s --nbval --cov=pysrc ./pytest`. Skip `--cov` unless coverage is required.
8
+
9
+
The majority of tests live in the Julia package; Python tests cover functionality that cannot be exercised from Julia (e.g., JuliaCall-specific behavior). Run both suites—typically Julia first—in whichever order makes sense.
0 commit comments