MCPcopy Index your code
hub / github.com/python/cpython / test_join_header_words

Method test_join_header_words

Lib/test/test_http_cookiejar.py:235–236  ·  view source on GitHub ↗
(self, src, expected)

Source from the content-addressed store, hash-verified

233 'n=m; foo, bar=foo_bar'),
234 ])
235 def test_join_header_words(self, src, expected):
236 self.assertEqual(join_header_words(src), expected)
237
238 @support.subTests('arg,expect', [
239 ("foo", [[("foo", None)]]),

Callers

nothing calls this directly

Calls 2

join_header_wordsFunction · 0.90
assertEqualMethod · 0.45

Tested by

no test coverage detected