File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ This (`pyballistic.exts`) is the optional Cython subproject of `pyballistic`. It
1717# Testing
1818From subproject root, ` pytest tests ` only test functionality unique to Cython and this subproject.
1919* For coverage of Cython code, true line coverage requires compiling with CYTHON_TRACE; otherwise rely on tests passing and targeted smoke checks.
20+ * Stress/memory-leak tests are ` pytest.mark.stress ` and excluded by default. To run those ` pytest tests -m stress ` .
2021
2122To confirm core functionality run root project tests with cythonized engines. From repo root: ` pytest --engine="cythonized_rk4_engine" `
2223
Original file line number Diff line number Diff line change 2121 ],
2222 "exclude_paths" : [
2323 " README.md" ,
24+ " AGENTS.md" ,
2425 " pyballistic.exts/README.md" ,
2526 " contributors.md" ,
2627 " .gitignore"
You can’t perform that action at this time.
0 commit comments