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

Apply ignore logic before symlink resolution (#3846)
[etc/vim.git] / tests / test_black.py
2023-09-07 ShantanuApply ignore logic before symlink resolution (#3846)
2023-08-19 ShantanuImprove handling of root to get_sources (#3847)
2023-08-19 Marc MuellerImprove caching by comparing file hashes as fallback...
2023-07-09 ShantanuImprove performance by skipping unnecessary normalisati...
2023-07-09 ShantanuRemove click patch (#3768)
2023-07-04 Zac Hatfield-DoddsEnable `PYTHONWARNDEFAULTENCODING = 1` in CI (#3763)
2023-06-23 Renan SantosFix not honouring pyproject.toml when using stdin and...
2023-06-10 Ville SkyttäUse aware datetimes to represent UTC (#3728)
2023-06-02 Jelle ZijlstraAdd support for PEP 695 syntax (#3703)
2023-04-28 Yilei "Dolee" YangDo not wrap implicitly concatenated strings used as...
2023-02-01 Stijn de GooijerInfer target version based on project metadata (#3219)
2023-01-31 Jelle ZijlstraDraft for Black 2023 stable style (#3418)
2023-01-19 Antonio Ossa-GuerraFix false symlink detection claims in verbose output...
2022-11-12 Antonio Ossa-GuerraRemove whitespaces of whitespace-only files (#3348)
2022-11-08 Antonio Ossa-GuerraCompare each .gitignore found with an appropiate relati...
2022-11-05 Antonio Ossa-GuerraApply .gitignore correctly in every source entry (...
2022-10-27 Yilei "Dolee" YangWrap concatenated strings used as function args in...
2022-10-06 Antonio Ossa-GuerraAdd option to skip the first line of source code (...
2022-10-04 KotlinIslandPreserve crlf line endings in blackd (#3257)
2022-08-31 Martin de La GorceUse .gitignore files in the initial source directories...
2022-08-31 Yilei "Dolee" YangAdd parens around implicit string concatenations where...
2022-08-27 Richard SiLazily import parallelized format modules
2022-08-26 ShantanuFix misdetection of project root with `--stdin-filename...
2022-08-10 ShantanuUse debug f-strings for feature detection (#3215)
2022-07-27 Richard SiReformat codebase with isort
2022-06-11 Sagi ShadurRemove newline after code block open (#3035)
2022-05-26 Batuhan TaskayaImplement support for PEP 646 (#3071)
2022-05-18 Sagi ShadurRemove hard coded test cases (#3062)
2022-05-08 Sagi ShadurRead simple data cases automatically (#3034)
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
next