pytest.mark.parametrize(
"include,exclude,percentiles,subset",
[
(None, None, None, ["c", "d"]), # numeric
(None, None, None, ["c", "d", "f"]), # numeric + timedelta
| 1 | from __future__ import annotations |
| 2 | |
| 3 | import contextlib |
| 4 | import decimal |
nothing calls this directly
no outgoing calls
no test coverage detected