X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/03b8304abd2ce5d29789f8a2b220143529fa5d90..8acc22f11480dab297ad31fa80fa63bea15066c6:/tests/test_black.py diff --git a/tests/test_black.py b/tests/test_black.py index cb765af..1b282b8 100644 --- a/tests/test_black.py +++ b/tests/test_black.py @@ -31,6 +31,10 @@ else: from pathspec import PathSpec +# Import other test classes +from .test_primer import PrimerCLITests # noqa: F401 + + ff = partial(black.format_file_in_place, mode=black.FileMode(), fast=True) fs = partial(black.format_str, mode=black.FileMode()) THIS_FILE = Path(__file__)