MCPcopy Create free account
hub / github.com/aio-libs/aiohttp / test_invalid_formdata_params

Function test_invalid_formdata_params

tests/test_formdata.py:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48
49
50def test_invalid_formdata_params() -> None:
51 with pytest.raises(TypeError):
52 FormData("asdasf")
53
54
55def test_invalid_formdata_params2() -> None:

Callers

nothing calls this directly

Calls 1

FormDataClass · 0.90

Tested by

no test coverage detected