Skip to content

Commit 84d64c0

Browse files
committed
add convention about testing
Signed-off-by: Aleksandr Motsjonov <soswow@gmail.com>
1 parent 3eba0a8 commit 84d64c0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/python-nanobind/MIGRATION_STATUS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ These exist only under `src/python/` today; there are **no** corresponding `py_*
4040
## Conventions
4141

4242
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

Comments
 (0)