MCPcopy Index your code
hub / github.com/python-websockets/websockets / test_parse_user_info

Method test_parse_user_info

tests/test_uri.py:93–96  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91 self.assertEqual(parse_uri(uri).resource_name, resource_name)
92
93 def test_parse_user_info(self):
94 for uri, user_info in URIS_WITH_USER_INFO:
95 with self.subTest(uri=uri):
96 self.assertEqual(parse_uri(uri).user_info, user_info)

Callers

nothing calls this directly

Calls 1

parse_uriFunction · 0.85

Tested by

no test coverage detected