MCPcopy Create free account
hub / github.com/apache/qpid-proton / test_helloworld_direct

Method test_helloworld_direct

python/examples/test_examples.py:61–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

59 self.assertEqual(output, ['Hello World!'])
60
61 def test_helloworld_direct(self):
62 self.test_helloworld('helloworld_direct.py')
63
64 def test_helloworld_blocking(self):
65 self.test_helloworld('helloworld_blocking.py')

Callers

nothing calls this directly

Calls 1

test_helloworldMethod · 0.95

Tested by

no test coverage detected