(func)
| 125 | |
| 126 | @pytest.mark.parametrize("func", CONSTRUCTIVE_FLOAT_ARG) |
| 127 | def test_float_arg_missing(func): |
| 128 | actual = func(None, 1.0) |
| 129 | assert actual is None |
| 130 | |
| 131 | |
| 132 | @pytest.mark.parametrize("geometry", all_types) |
nothing calls this directly
no test coverage detected
searching dependent graphs…