Skip to content

Commit 6300b69

Browse files
committed
Pre-sync
1 parent 6dd61f7 commit 6300b69

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyballistic.exts/AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This (`pyballistic.exts`) is the optional Cython subproject of `pyballistic`. It
1717
# Testing
1818
From 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

2122
To confirm core functionality run root project tests with cythonized engines. From repo root: `pytest --engine="cythonized_rk4_engine"`
2223

sync_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
],
2222
"exclude_paths": [
2323
"README.md",
24+
"AGENTS.md",
2425
"pyballistic.exts/README.md",
2526
"contributors.md",
2627
".gitignore"

0 commit comments

Comments
 (0)