MCPcopy
hub / github.com/scrapy/scrapy / test_without_none_values

Function test_without_none_values

tests/test_utils_python.py:205–208  ·  view source on GitHub ↗
(
    value: Mapping[_KT, _VT] | Iterable[_KT], expected: dict[_KT, _VT] | Iterable[_KT]
)

Source from the content-addressed store, hash-verified

203 ],
204)
205def test_without_none_values(
206 value: Mapping[_KT, _VT] | Iterable[_KT], expected: dict[_KT, _VT] | Iterable[_KT]
207) -> None:
208 assert without_none_values(value) == expected

Callers

nothing calls this directly

Calls 1

without_none_valuesFunction · 0.90

Tested by

no test coverage detected