MCPcopy Create free account
hub / github.com/oauthlib/oauthlib / test_empty_list_body

Method test_empty_list_body

tests/test_common.py:135–137  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

133 self.assertIsNone(r.decoded_body)
134
135 def test_empty_list_body(self):
136 r = Request(URI, body=[])
137 self.assertEqual(r.decoded_body, [])
138
139 def test_empty_dict_body(self):
140 r = Request(URI, body={})

Callers

nothing calls this directly

Calls 1

RequestClass · 0.90

Tested by

no test coverage detected