Enable more non-panicking formatter tests (#3262)

This commit is contained in:
Charlie Marsh 2023-02-27 18:21:53 -05:00 committed by GitHub
parent 270015865b
commit 16be691712
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 3282 additions and 7 deletions

View file

@ -75,13 +75,7 @@ mod tests {
pattern = "resources/test/fixtures/black/**/*.py",
// Excluded tests because they reach unreachable when attaching tokens
exclude = [
"*comments.py",
"*comments[3,5,8].py",
"*comments_non_breaking_space.py",
"*docstring_preview.py",
"*docstring.py",
"*fmtonoff.py",
"*fmtskip8.py",
"*comments8.py",
])
]
#[test]