MCPcopy Index your code
hub / github.com/wechatpy/wechatpy / test_object_dict

Method test_object_dict

tests/test_utils.py:26–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24class UtilityTestCase(unittest.TestCase):
25
26 def test_object_dict(self):
27 obj = ObjectDict()
28 self.assertTrue(obj.xxx is None)
29 obj.xxx = 1
30 self.assertEqual(1, obj.xxx)
31
32 def test_check_signature_should_ok(self):
33 token = 'test'

Callers

nothing calls this directly

Calls 1

ObjectDictClass · 0.90

Tested by

no test coverage detected