MCPcopy Create free account
hub / github.com/pytest-dev/pytest / insert

Method insert

testing/test_assertion.py:687–688  ·  view source on GitHub ↗
(self, item, index)

Source from the content-addressed store, hash-verified

685 pass
686
687 def insert(self, item, index):
688 pass
689
690 expl = callequal(TestSequence([0, 1]), list([0, 2]))
691 assert expl is not None

Callers 13

record_testreportMethod · 0.80
import_pathFunction · 0.80
_makefileMethod · 0.80
parsefactoriesMethod · 0.80
add_markerMethod · 0.80
syspath_prependMethod · 0.80
_compare_approxFunction · 0.80
_addexcinfoMethod · 0.80
install_importhookFunction · 0.80
getgroupMethod · 0.80
announceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected