Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ testUshort
Method
testUshort
python/tests/proton_tests/codec.py:404–406 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
402
self._test_int(
"short"
)
403
404
def
testUshort(self):
405
self._test(
"ushort"
)
406
self.assertRaises(AssertionError, ushort, -1)
407
408
def
testInt(self):
409
self._test_int(
"int"
)
Callers
nothing calls this directly
Calls
2
_test
Method · 0.95
assertRaises
Method · 0.80
Tested by
no test coverage detected