]> 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:

add context manager to temporarily change the cwd (#2377)
[etc/vim.git] / tests / test_black.py
2021-07-17 Jelle Zijlstraadd context manager to temporarily change the cwd ...
2021-07-13 Felix HildénImprove AST safety parsing error message (#2304)
2021-06-23 simakiAccept empty stdin (close #2337) (#2346)
2021-06-22 Taneli HukkinenGet `click` types from main repo (#2344)
2021-06-03 Felix HildénAdd option to require a specific version to be running...
2021-06-02 Hassan AbouelelaCode Flag Options (#2259)
2021-05-16 Hadi AlqattanFix: black only respects the root gitignore. (#2225)
2021-05-13 Christian ClaussUse codespell to find typos (#2228)
2021-05-11 Richard SiRemove useless flake8 config + test support code (...
2021-05-08 Richard SiSpeed up tests even more (#2205)
2021-05-08 Łukasz LangaRefactor `src/black/__init__.py` into many files (...
2021-05-07 Łukasz LangaUse optional tests for "no_python2" to simplify local...
2021-05-07 Kaleb BarrettDo not use gitignore if explicitly passing excludes...
2021-05-04 KotlinIslandadd test configurations that don't contain python2...
2021-05-02 Bryan ForbesSet `is_pyi` if `stdin_filename` ends with `.pyi` ...
2021-04-26 Richard SiStop stripping parens in even more illegal spots (...
2021-04-26 Jelle Zijlstrafix magic comma and experimental string cache flags...
2021-04-25 Łukasz LangaWork around stability errors due to optional trailing...
2021-04-22 CiderManHandle Docstrings as bytes + strip all whitespace ...
2021-04-01 Harish RajagopalSupport for top-level user configuration (#1899)
2021-03-03 Joshua CannonTurn test_regex into a click callback (#2016)
2021-03-01 Joshua CannonAdd --extend-exclude parameter (#2005)
2021-02-28 Rishav KunduStrip redundant parentheses from assignment exprs ...
2021-02-22 Paul "TBBle" HampsonIndicate that a final newline was added in --diff ...
2021-02-11 James AddisonStability fixup: interaction between newlines and comme...
2021-02-04 Anthony Sottilespeed up cache by approximately 42x by avoiding pathlib...
2021-01-18 ShantanuAdd --skip-magic-trailing-comma (#1824)
2020-11-13 Thiago Bellini RibeiroProvide a stdin-filename to allow stdin to respect...
2020-10-30 Sagi ShadurExtract formatting tests (#1785)
2020-10-19 Sagi ShadurSwitch to pytest and tox (#1763)
2020-09-19 QuentinSoubeyranPEP 614 support (#1717)
2020-09-10 Richard SiFix empty line handling when formatting typing stubs...
2020-09-05 Tom SaundersHandle .COLOR_DIFF in the same way as .DIFF (#1673)
2020-08-27 mbarkhaufix 1631 and add test (#1641)
2020-08-26 Richard SiFix multiline docstring quote normalization
2020-08-26 Łukasz LangaAdd expected failure tests with the unstable formattings
2020-08-25 Łukasz LangaImprove docstring re-indentation handling
2020-08-25 Łukasz LangaAddress pre-existing trailing commas when not in the...
2020-08-24 Łukasz LangaRun trailing comma tests with TargetVersion.PY38
2020-08-24 Łukasz LangaAdd more trailing comma test variants
2020-08-21 Łukasz LangaOpen file explicitly with UTF-8 so it works on Windows...
2020-08-21 Łukasz LangaRe-implement magic trailing comma handling:
2020-08-20 Jelle ZijlstraDisable string splitting/merging by default (#1609)
2020-08-14 David Szottendon't strip brackets before lsqb (#1575) (#1590)
2020-08-13 Richard SiMake --exclude only apply to recursively found files...
2020-06-24 Lihu Ben-Ezri-RavinFind project root correctly (#1518)
2020-06-16 Richard SiFix toml parsing and bump toml from 0.10.0 to 0.10...
2020-05-17 Cooper LeesAdd black-primer unittests (#1426)
2020-05-17 Hugo van KemenadeUpdate and fix Flake8 (#1424)
2020-05-08 Cooper LeesRefactor black into packages in src/ dir (#1376)
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...
next