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

Method test_src_and_code_fails

tests/test_black.py:1116–1118  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1114 self.invokeBlack([], exit_code=1)
1115
1116 def test_src_and_code_fails(self) -> None:
1117 with cache_dir():
1118 self.invokeBlack([".", "-c", "0"], exit_code=1)
1119
1120 def test_broken_symlink(self) -> None:
1121 with cache_dir() as workspace:

Callers

nothing calls this directly

Calls 1

cache_dirFunction · 0.85

Tested by

no test coverage detected