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

Method perform_collect

src/_pytest/main.py:592–595  ·  view source on GitHub ↗
(
        self, args: Optional[Sequence[str]] = ..., genitems: "Literal[True]" = ...
    )

Source from the content-addressed store, hash-verified

590
591 @overload
592 def perform_collect(
593 self, args: Optional[Sequence[str]] = ..., genitems: "Literal[True]" = ...
594 ) -> Sequence[nodes.Item]:
595 ...
596
597 @overload
598 def perform_collect(

Callers 8

getnodeMethod · 0.80
getpathnodeMethod · 0.80
_show_fixtures_per_testFunction · 0.80
_showfixtures_mainFunction · 0.80
pytest_collectionFunction · 0.80
test_collect_topdirMethod · 0.80
test_modulecol_roundtripFunction · 0.80

Calls 9

genitemsMethod · 0.95
collect_one_nodeFunction · 0.90
UsageErrorClass · 0.90
traceMethod · 0.80
appendMethod · 0.80
pytest_collectreportMethod · 0.45

Tested by 5

getnodeMethod · 0.64
getpathnodeMethod · 0.64
test_collect_topdirMethod · 0.64
test_modulecol_roundtripFunction · 0.64