X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/24c708eb374a856372284fb1a4f021fec292f713..712f8b37fb12a40ec6ea86903f44c2d0750f56a3:/tests/test_format.py diff --git a/tests/test_format.py b/tests/test_format.py index d80eaa7..fd5f596 100644 --- a/tests/test_format.py +++ b/tests/test_format.py @@ -44,6 +44,7 @@ SIMPLE_CASES: List[str] = [ "fmtskip4", "fmtskip5", "fmtskip6", + "fmtskip7", "fstring", "function", "function2", @@ -83,6 +84,8 @@ PREVIEW_CASES: List[str] = [ "remove_except_parens", "remove_for_brackets", "one_element_subscript", + "remove_await_parens", + "return_annotation_brackets", ] SOURCES: List[str] = [