MCPcopy
hub / github.com/pytest-dev/pytest / perform_collect

Method perform_collect

src/_pytest/main.py:780–782  ·  view source on GitHub ↗
(
        self, args: Sequence[str] | None = ..., genitems: Literal[True] = ...
    )

Source from the content-addressed store, hash-verified

778
779 @overload
780 def perform_collect(
781 self, args: Sequence[str] | None = ..., genitems: Literal[True] = ...
782 ) -> Sequence[nodes.Item]: ...
783
784 @overload
785 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 12

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

Tested by 5

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