Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
def
test_invalid_formdata_params() -> None:
51
with
pytest.raises(TypeError):
52
FormData(
"asdasf"
)
53
54
55
def
test_invalid_formdata_params2() -> None:
Callers
nothing calls this directly
Calls
1
FormData
Class · 0.90
Tested by
no test coverage detected