(func)
| 119 | |
| 120 | @pytest.mark.parametrize("func", CONSTRUCTIVE_NO_ARGS) |
| 121 | def test_no_args_missing(func): |
| 122 | actual = func(None) |
| 123 | assert actual is None |
| 124 | |
| 125 | |
| 126 | @pytest.mark.parametrize("func", CONSTRUCTIVE_FLOAT_ARG) |
nothing calls this directly
no test coverage detected
searching dependent graphs…