black/tests
Jonas Obrist 639b62dcd3 Added caching (#136)
Black will cache already formatted files using their file size and
modification timestamp. The cache is per-user and will always be used
unless Black is used with --diff or with code provided via standard
input.
2018-04-18 17:27:07 -07:00
..
cantfit.py Initial commit 2018-03-14 12:55:32 -07:00
comments2.py Fix parsing of unaligned standalone comments 2018-04-11 23:22:22 -07:00
comments3.py Normalize string quotes (#75) 2018-03-31 11:21:25 -07:00
comments4.py Normalize string quotes (#75) 2018-03-31 11:21:25 -07:00
comments.py Normalize string quotes (#75) 2018-03-31 11:21:25 -07:00
composition.py Automatic parentheses management 2018-04-11 01:36:18 -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 Automatic parentheses management 2018-04-11 01:36:18 -07:00
expression.diff Parse complex expressions in parameters after * and ** 2018-04-17 20:34:02 +01:00
expression.py Parse complex expressions in parameters after * and ** 2018-04-17 20:34:02 +01:00
fmtonoff.py Ignore # fmt: off as inline comment 2018-04-01 00:08:09 -07:00
fstring.py Normalize string quotes (#75) 2018-03-31 11:21:25 -07:00
function.py Generalize star expression handling 2018-04-16 01:34:15 -07:00
import_spacing.py Automatic parentheses management 2018-04-11 01:36:18 -07:00
python2.py Add support for all valid string literals (#115) 2018-04-09 14:36:40 -07:00
string_quotes.py Handle unnecessarily escaped strings (#128) 2018-04-13 11:31:23 -07:00
test_black.py Added caching (#136) 2018-04-18 17:27:07 -07:00