(kinds, types_in)
| 954 | |
| 955 | @cartesian_params(selected_bin_input_kinds, mixed_sign_types) |
| 956 | def test_mod_mixed_signedness(kinds, types_in): |
| 957 | check_arithm_mod(kinds, types_in, shape_small) |
| 958 | |
| 959 | |
| 960 | @attr("slow") |
nothing calls this directly
no test coverage detected