(outer_chain, inner_chain)
| 98 | @pytest.mark.parametrize("outer_chain", ["none", "from", "another"]) |
| 99 | @pytest.mark.parametrize("inner_chain", ["none", "from", "another"]) |
| 100 | def test_native_exceptiongroup(outer_chain, inner_chain) -> None: |
| 101 | _exceptiongroup_common(outer_chain, inner_chain, native=True) |
| 102 | |
| 103 | |
| 104 | @pytest.mark.parametrize("outer_chain", ["none", "from", "another"]) |
nothing calls this directly
no test coverage detected
searching dependent graphs…