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
Copy file name to clipboardExpand all lines: src/python-nanobind/MIGRATION_STATUS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,3 +40,5 @@ These exist only under `src/python/` today; there are **no** corresponding `py_*
40
40
## Conventions
41
41
42
42
When adding coverage, prefer mirroring the existing `declare_*` split in `src/python/` unless a file becomes too large.
43
+
44
+
Extend **testsuite** coverage for any migrated code that is not already covered, so **parity with pybind11** is demonstrated rather than only claimed. Follow the existing `testsuite/python-*` scripts and `ref/out.txt` pattern where applicable.
0 commit comments