示例#1
0
 def test_insert(self):
     d = SortedDict()
     with warnings.catch_warnings(record=True) as w:
         warnings.simplefilter("always")
         d.insert(0, "hello", "world")
     assert w[0].category is PendingDeprecationWarning