MCPcopy Create free account
hub / github.com/RustPython/RustPython / test_initialize_with_string

Method test_initialize_with_string

Lib/test/test_mailbox.py:1558–1562  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1556 self._check_sample(msg)
1557
1558 def test_initialize_with_string(self):
1559 # Initialize based on string
1560 msg = self._factory(_sample_message)
1561 self._post_initialize_hook(msg)
1562 self._check_sample(msg)
1563
1564 def test_initialize_with_file(self):
1565 # Initialize based on contents of file

Callers

nothing calls this directly

Calls 3

_post_initialize_hookMethod · 0.95
_factoryMethod · 0.80
_check_sampleMethod · 0.80

Tested by

no test coverage detected