MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_append

Method test_append

Lib/test/test_array.py:1785–1788  ·  view source on GitHub ↗
(self, size)

Source from the content-addressed store, hash-verified

1783
1784 @support.bigmemtest(_2G, memuse=2.125)
1785 def test_append(self, size):
1786 example = self.example(size)
1787 example.append(12)
1788 self.assertEqual(example[-1], 12)
1789
1790 @support.bigmemtest(_2G, memuse=2.125)
1791 def test_extend(self, size):

Callers

nothing calls this directly

Calls 3

exampleMethod · 0.95
appendMethod · 0.45
assertEqualMethod · 0.45

Tested by

no test coverage detected