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

Move imports of `ThreadPoolExecutor` into `reformat_many()`, allowing Black-in-the...
[etc/vim.git] / tests / test_black.py
2022-05-06 Zac Hatfield-DoddsMove imports of `ThreadPoolExecutor` into `reformat_man...
2022-04-15 Batuhan TaskayaSupport 3.11 / PEP 654 syntax (#3016)
2022-04-05 Richard SiUpdate test_black.shhh_click test for click 8+ (#2993)
2022-03-28 Jelle ZijlstraFix _unicodefun patch code for Click 8.1.0 (#2966)
2022-03-08 yoergFix handling of Windows junctions in normalize_path_may...
2022-02-08 Joachim JablonAvoid crashing when the user has no homedir (#2814)
2022-02-01 Richard SiIsolate command line tests from user-level config ...
2022-01-30 Frédérik ParadisSoft comparison of --required-version (#2832)
2022-01-25 Jelle Zijlstraproperly run ourselves twice (#2807)
2022-01-24 Felix HildénMake SRC or code mandatory and mutually exclusive ...
2022-01-22 Perry VargasAllow setting custom cache directory on all platforms...
2022-01-21 Michael MarinoAdd support for custom python cell magics (#2744)
2022-01-20 Felix HildénDeprecate ESP and move the functionality under --previe...
2022-01-15 Batuhan Taskaya[trivial] Use proper test cases on `unittest` (#2775)
2022-01-10 Shivansh-007Enhance `--verbose` (#2526)
2022-01-10 Richard SiRemove Python 2 support (#2740)
2021-12-17 Batuhan TaskayaImply 3.8+ when annotated assigments used with unparent...
2021-12-16 Batuhan TaskayaUnpacking on flow constructs (return/yield) now implies...
2021-12-15 Richard SiInclude underlying error when AST safety check parsing...
2021-12-15 Richard SiDon't colour diff headers white, only bold (GH-2691)
2021-12-14 Batuhan Taskaya`from __future__ import annotations` now implies 3...
2021-12-04 Tanvi MoharirDon't let TokenError bubble up from lib2to3_parse ...
2021-11-29 danieleadesadd more flake8 lints (#2653)
2021-11-26 Jelle Zijlstrafix regex (#2643)
2021-11-16 Richard SiImplementing mypyc support pt. 2 (#2431)
2021-11-14 Oliver MargettsAllow install under pypy (#2559)
2021-11-12 Richard SiImprove Python 2 only syntax detection (GH-2592)
2021-10-31 Richard SiDeprecate Python 2 formatting support (#2523)
2021-10-30 dawnfix: allow tests to be run from (hopefully) any directo...
2021-10-22 Nipunn KoorapatiDisallow any Generics on mypy except in black_primer...
2021-10-12 Zac Hatfield-DoddsFix feature detection for positional-only arguments...
2021-10-02 Richard SiMNT: remove unnecessary test deps + some refactoring...
2021-08-28 Marco Edward Gorelliadd test which covers stdin filename ipynb (#2454)
2021-08-26 Richard Siblib2to3: support unparenthesized wulruses in more...
2021-08-20 Nipunn KoorapatiPresent a more user-friendly error if .gitignore is...
2021-08-06 Marco Edward GorelliJupyter notebook support (#2357)
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)
next