MCPcopy
hub / github.com/psf/black / TestCaseArgs

Class TestCaseArgs

tests/util.py:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45@dataclass
46class TestCaseArgs:
47 mode: black.Mode = field(default_factory=black.Mode)
48 fast: bool = False
49 minimum_version: tuple[int, int] | None = None
50 lines: Collection[tuple[int, int]] = ()
51 no_preview_line_length_1: bool = False
52
53
54def _assert_format_equal(expected: str, actual: str) -> None:

Callers 2

parse_modeFunction · 0.85
read_data_from_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected