MCPcopy Create free account
hub / github.com/pybind/pybind11 / test_deleter_roundtrip

Route test_deleter_roundtrip

tests/test_class_sh_basic.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize(
    ("pass_f", "rtrn_f", "regex_expected"),
    [
        (
            m.pass_udmp_del,
            m.rtrn_udmp_del,
            "pass_udmp_del:rtrn_udmp_del,udmp_deleter(_Mv

Source from the content-addressed store, hash-verified

1# Importing re before pytest after observing a PyPy CI flake when importing pytest first.
2from __future__ import annotations
3
4import re

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected