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

Method test_attonlyucase

tests/test_multipart.py:1060–1063  ·  tests/test_multipart.py::ParseContentDispositionTestCase.test_attonlyucase
(self)

Source from the content-addressed store, hash-verified

1058 self.assertEqual({}, params)
1059
1060 def test_attonlyucase(self):
1061 disptype, params = parse_content_disposition(&class="cm">#x27;ATTACHMENT')
1062 self.assertEqual(&class="cm">#x27;attachment', disptype)
1063 self.assertEqual({}, params)
1064
1065 def test_attwithasciifilename(self):
1066 disptype, params = parse_content_disposition(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected