MCPcopy
hub / github.com/aio-libs/aiohttp / test_inlonly

Method test_inlonly

tests/test_multipart.py:1026–1029  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1024 self.assertEqual({}, params)
1025
1026 def test_inlonly(self):
1027 disptype, params = parse_content_disposition('inline')
1028 self.assertEqual('inline', disptype)
1029 self.assertEqual({}, params)
1030
1031 def test_inlonlyquoted(self):
1032 with self.assertWarns(aiohttp.multipart.BadContentDispositionHeader):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected