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

Route test_parsefactories_relative_node_ids

testing/test_conftest.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize(
        "chdir,testarg,expect_ntests_passed",
        [
            # Effective target: package/..
            ("runner", "..", 3),
            ("package", "..", 3),
         

Source from the content-addressed store, hash-verified

1import argparse
2import os
3import textwrap
4from pathlib import Path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected