MCPcopy Create free account
hub / github.com/psf/black / BlackBaseTestCase

Class BlackBaseTestCase

tests/util.py:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140
141class BlackBaseTestCase(unittest.TestCase):
142 def assertFormatEqual(self, expected: str, actual: str) -> None:
143 _assert_format_equal(expected, actual)
144
145
146def get_base_dir(data: bool) -> Path:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected