]> git.madduck.net Git - etc/vim.git/history - tests/test_black.py

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

close event loop for all tests (#1394)
[etc/vim.git] / tests / test_black.py
2020-05-08 Zsolt Dollensteinclose event loop for all tests (#1394)
2020-05-08 Zsolt DollensteinFix mono test
2020-05-08 Zsolt DollensteinImprove error messages from BlackRunner
2020-05-08 Giacomo Tagliabueadd --force-exclude argument (#1032)
2020-05-08 Zsolt Dollensteinskip mono test while im working on it
2020-05-08 Zsolt Dollensteinbetter test for mono executor
2020-05-08 Allan Simonpermits black to run in AWS Lambda: (#1141)
2020-05-08 Douglas ThorAdd option for printing a colored diff (#1266)
2020-05-08 Alex VandiverRe-indent the contents of docstrings (#1053)
2020-05-08 Bryan BugyiImprove String Handling (#1132)
2020-05-08 otstrelFix for "# fmt: on" with decorators (#1325)
2020-04-30 Toby FlemingChange exit code to 2 when config file doesn't exist...
2020-01-18 Vlad EmelianovSupport py38-style starred expressions in return statem...
2020-01-18 kyle hausmannUse conditional case for diff reports (#1226)
2019-10-30 Michael J. SullivanSupport compilation with mypyc (#1009)
2019-10-28 Lawrence ChanFix fmt on/off when multiple exist in leaf prefix ...
2019-10-28 Joe AntonakakisAdd diff support to blackd (#969)
2019-10-21 jgirardetadd gitignore support using pathspec (#878)
2019-10-20 Augie FacklerTweak collection literals to explode with trailing...
2019-10-20 Michael J. SullivanBlacken .py files in blib2to3 (#1011)
2019-10-13 Linus GrohAdd black version header to blackd responses (#1046)
2019-10-13 Andrey#455 Fix bug with tricky unicode symbols (#1047)
2019-09-04 vezeliChange variable in README according to the PEP8 (#1002)
2019-08-13 Zsolt Dollenstein[blackd] Support `py36`-style values in X-Python-Varian...
2019-08-05 Zsolt DollensteinReraise exception in `skip_if_exception` decorator
2019-08-05 Joe AntonakakisFix async blackd tests which won't fail currently ...
2019-08-04 Joe AntonakakisFix unstable format involving backslash + whitespace...
2019-07-28 Zsolt Dollensteinappease flake8...
2019-07-28 Zsolt Dollensteinskip tests touching aiohttp when known exception occurs
2019-07-28 Zsolt DollensteinSupport PEP-570 (positional only arguments) (#946)
2019-07-28 Zsolt DollensteinAdd support for walrus operator (#935)
2019-06-15 dylanjblackFix trailing comma for function with one arg (#880...
2019-05-16 Jelle Zijlstraremove obviously unnecessary parentheses (#850)
2019-05-09 Benjamin WoodruffAdd support for always tokenizing async/await as keywords
2019-05-08 Jason FriedMake --safe work for Python2.7 syntax, by using typed_a...
2019-05-08 Carl MeyerAvoid unstable formatting when comment follows escaped...
2019-05-07 Jelle ZijlstraAdd parentheses around tuple unpack assignment (#832)
2019-05-06 Jelle Zijlstrafix handling of comments in from imports (#829)
2019-03-25 Jelle ZijlstraSplit the TRAILING_COMMA feature (#763)
2019-03-16 Jelle Zijlstraredo grammar selection, add test (#765)
2019-03-14 Andy FreelandFix print() function on Python 2 (#754)
2019-03-14 Łukasz LangaMention tab comment fixes, extend tests
2019-03-14 Anders-Petter Ljun... Changes default logger used by blib2to3 Driver (#732)
2019-03-08 Jelle Zijlstraremove Python implementation-specific versions (#736)
2019-02-24 Jelle Zijlstraremove --py36 (#724)
2019-02-07 Zsolt DollensteinRemove numeric underscore normalization (#696)
2019-02-07 Jelle ZijlstraAdd `--target-version` option to allow users to choose...
2019-02-05 Samuel Cormier-IijimaFix indent calculation with tabs when computing prefixe...
2019-02-05 Jan HnátekFix location of expression.diff in the change notificat...
2019-01-05 Utsav ShahAdd support for special comments in multiline functions...
2018-11-29 Jim BrännlundSilence expected stderr (#621)
2018-11-20 Jelle ZijlstraRefactor Travis (#614)
2018-09-26 Zsolt DollensteinAdd underscores to numeric literals with more than...
2018-09-17 Zsolt Dollensteinblackd: a HTTP server for blackening (#460)
2018-08-26 Zsolt Dollensteinfix lint errors
2018-08-26 Zsolt Dollensteinadd test case for preserving newlines from stdin
2018-08-23 Jelle Zijlstrafix bracket match bug (#470)
2018-08-20 Zsolt DollensteinSupport parsing of async generators in non-async functi...
2018-08-20 Jelle Zijlstraautodetect Python 3.6 on the basis of underscores ...
2018-08-17 Jelle Zijlstranormalize numeric literals (#454)
2018-07-18 Zsolt Dollensteinupdate to mypy 0.620 and make tests pass again
2018-07-02 Zsolt DollensteinImprove get_future_imports implementation.
2018-06-20 Łukasz LangaTrivial nits
2018-06-20 Łukasz LangaStop Click from crashing Black on invalid environments
2018-06-20 Łukasz LangaUse the separate pass for `# fmt: off` on all code
2018-06-13 NerasteIgnore symbolic links pointing outside of the root...
2018-06-10 Łukasz LangaMake test_black.py work in profilers
2018-06-07 Łukasz LangaSupport pyproject.toml
2018-06-06 Łukasz LangaMove test data to data
2018-06-06 Zsolt DollensteinChange tests with stdin/out to exercise black.main...
2018-06-05 Łukasz LangaFix handling of empty files
2018-06-05 Łukasz LangaProperly format unified diff
2018-06-04 Łukasz LangaMake source handling use sets instead of lists
2018-06-04 Zsolt DollensteinPreserve line endings when formatting a file in place...
2018-06-04 Łukasz LangaAdd `--verbose` and report excluded paths in it, too
2018-06-04 Łukasz LangaIntroduce "project root" as a concept
2018-06-01 Zsolt DollensteinSkip symlink test if can't create one (#287)
2018-06-01 Łukasz LangaMake empty --include mean "anything goes", simplify...
2018-06-01 Mika⠙Added --include and --exclude cli options (#281)
2018-05-30 Łukasz LangaAdd --skip-string-normalization
2018-05-29 Łukasz LangaRefactor --pyi and --py36 into FileMode
2018-05-29 Luka SterbicClass new line between docstrings / vars / methods...
2018-05-23 Carl MeyerAdd --pyi and --py36 flags (#249)
2018-05-15 Jelle ZijlstraAdd support for pyi files (#210)
2018-05-15 Miguel GaiowskiCheck for broken symlinks before checking file data...
2018-05-09 Jelle ZijlstraRemove u prefix if unicode_literals is present (#199)
2018-05-09 Łukasz LangaDiscover whether a file is Python 3.6+ also by stars...
2018-05-07 snlkapilRemoving empty parentheses after class name (#180)
2018-05-07 Christian HeimesOutput something when no files are reformatted (#190)
2018-05-01 Zsolt DollensteinFormat subscriptions in a PEP-8 compliant way (#178)
2018-04-24 Jonas ObristMake cache work with non-default line lenghts (#163)
2018-04-24 Łukasz LangaSupport sticky standalone comments (comments preceding...
2018-04-24 Vishwas B Sharma[#154] Handle comments between decorators properly...
2018-04-23 Łukasz LangaAllow standalone comments to close code blocks
2018-04-23 Łukasz LangaShow full path on diffs
2018-04-23 Zsolt DollensteinFix tests on windows (#159)
2018-04-23 Vishwas B Sharma[#149] Make check and diff not mutually exclusive ...
2018-04-19 Łukasz LangaRevert `format_file_in_place()` and `format_stdin_to_st...
2018-04-19 Jonas ObristAdded caching (#136)
2018-04-16 Łukasz LangaGeneralize star expression handling
next