black/tests
2018-06-04 21:27:51 -07:00
..
include_exclude_tests/b Added --include and --exclude cli options (#281) 2018-05-31 17:51:15 -07:00
cantfit.py Fix unnecessary parentheses when a line contains multiline strings 2018-06-04 21:27:51 -07:00
class_blank_parentheses.py Clean up PEP 257 support 2018-05-29 00:47:52 -07:00
class_methods_new_line.py Clean up PEP 257 support 2018-05-29 00:47:52 -07:00
comments2.py Avoid treating ellipsis as a dot delimiter 2018-05-17 17:32:43 -07:00
comments3.py Fix multiline strings unnecessarily wrapped in optional parentheses 2018-05-16 19:19:48 -07:00
comments4.py Class new line between docstrings / vars / methods (#219) 2018-05-28 23:48:59 -07:00
comments5.py Support sticky standalone comments (comments preceding defs, classes, and decorators) 2018-04-24 11:50:31 -07:00
comments.py Normalize string quotes (#75) 2018-03-31 11:21:25 -07:00
composition.py Class new line between docstrings / vars / methods (#219) 2018-05-28 23:48:59 -07:00
debug_visitor.out blib2to3: Never put prefixes on INDENT leaves either 2018-03-23 17:15:47 -07:00
debug_visitor.py Introduce DebugVisitor.show() + tests 2018-03-23 16:08:05 -07:00
empty_lines.py Don't use optional parentheses in unnecessary situations 2018-05-15 22:13:16 -07:00
expression.diff Consider stars in testlist_star_expr unpacking (because they are) 2018-06-04 18:42:16 -07:00
expression.py Consider stars in testlist_star_expr unpacking (because they are) 2018-06-04 18:42:16 -07:00
fmtonoff.py Fix invalid code on stars in long from-imports being wrapped in parentheses 2018-05-21 16:37:29 -07:00
force_py36.py Add --pyi and --py36 flags (#249) 2018-05-23 11:01:26 -07:00
force_pyi.py Add --pyi and --py36 flags (#249) 2018-05-23 11:01:26 -07:00
fstring.py Normalize string quotes (#75) 2018-03-31 11:21:25 -07:00
function2.py Clean up PEP 257 support 2018-05-29 00:47:52 -07:00
function.py Implement fluent interfaces 2018-05-16 15:21:40 -07:00
import_spacing.py Fix invalid code on stars in long from-imports being wrapped in parentheses 2018-05-21 16:37:29 -07:00
python2_unicode_literals.py Remove u prefix if unicode_literals is present (#199) 2018-05-09 18:26:41 -04:00
python2.py Add support for all valid string literals (#115) 2018-04-09 14:36:40 -07:00
slices.py Format subscriptions in a PEP-8 compliant way (#178) 2018-04-30 22:49:30 -07:00
string_prefixes.py Remove u prefix if unicode_literals is present (#199) 2018-05-09 18:26:41 -04:00
string_quotes.py Handle unnecessarily escaped strings (#128) 2018-04-13 11:31:23 -07:00
stub.pyi Add support for pyi files (#210) 2018-05-15 15:09:35 -04:00
test_black.py Fix handling of empty files 2018-06-04 19:04:29 -07:00