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

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 primer CI tool 🏮 (#1402)
[etc/vim.git] / tests /
2018-07-02 Zsolt DollensteinImprove get_future_imports implementation.
2018-06-21 Ɓukasz LangaDon't freeze when multiple comments directly precede...
2018-06-20 Ɓukasz LangaMore tests for `# fmt: off`
2018-06-20 Ɓukasz LangaTrivial nits
2018-06-20 Ɓukasz LangaStop Click from crashing Black on invalid environments
2018-06-20 Ɓukasz LangaMove INDENT value to the postponed prefix
2018-06-20 Ɓukasz LangaUse the separate pass for `# fmt: off` on all code
2018-06-19 Ɓukasz LangaSupport `# fmt: off/on` pairs within brackets
2018-06-16 Jelle ZijlstraAdd blank line after constants in stub file (#360)
2018-06-13 NerasteIgnore symbolic links pointing outside of the root...
2018-06-10 Zsolt DollensteinFix string normalization eating all backslashes above 3
2018-06-10 Ɓukasz LangaAdd failing test data
2018-06-10 Ɓukasz LangaMake test_black.py work in profilers
2018-06-09 Ɓukasz LangaMove profiling data out of tests/data
2018-06-09 Zsolt DollensteinFix string normalization sometimes producing invalid...
2018-06-08 Ɓukasz LangaReturn early from comment placement calculation on...
2018-06-07 Zsolt Dollensteinfix handling of empty triple quoted strings (#314)
2018-06-07 Ɓukasz LangaSupport pyproject.toml
2018-06-06 Ɓukasz LangaMove test data to data
2018-06-06 Zsolt DollensteinDon't put a space after `*` in `g = 1, *"x"` (#309)
2018-06-06 Zsolt DollensteinChange tests with stdin/out to exercise black.main...
2018-06-05 Ɓukasz LangaFix unnecessary parentheses when a line contains multil...
2018-06-05 Ɓukasz LangaFix long trivial assignments being wrapped in unnecessa...
2018-06-05 Ɓukasz LangaFix handling of empty files
2018-06-05 Ɓukasz LangaConsider stars in testlist_star_expr unpacking (because...
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 Ɓukasz LangaClean up PEP 257 support
2018-05-29 Luka SterbicClass new line between docstrings / vars / methods...
2018-05-23 Carl MeyerAdd --pyi and --py36 flags (#249)
2018-05-22 Ɓukasz LangaFix unstable formatting on trailers omitted from line...
2018-05-21 Ɓukasz LangaFix invalid code on stars in long from-imports being...
2018-05-21 Ɓukasz LangaFix optional parentheses being removed within `# fmt...
2018-05-21 Ɓukasz LangaFix invalid code in an omitted trailer on large expressions
2018-05-18 Ɓukasz LangaDon't explode a one-element collection ending with...
2018-05-18 Ɓukasz LangaFix overly optimistic removal of optional parentheses
2018-05-18 Ɓukasz LangaDon't allow indexing to trigger omitting optional paren...
2018-05-18 Ɓukasz LangaFix consecutive string literals not forcing optional...
2018-05-18 Ɓukasz LangaAvoid treating ellipsis as a dot delimiter
2018-05-18 Ɓukasz LangaAlways explode data structure literals
2018-05-17 Ɓukasz LangaFix multiline strings unnecessarily wrapped in optional...
2018-05-16 Ɓukasz LangaImplement fluent interfaces
2018-05-16 Ɓukasz LangaConsider `in`, `not in`, `is`, `is not` operators
2018-05-16 Ɓukasz LangaDon't use optional parentheses in unnecessary situations
2018-05-15 Jelle ZijlstraAdd support for pyi files (#210)
2018-05-15 Ɓukasz LangaDon't explode trailers that fit in a single line
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 LangaDon't make parentheses invisible around yield expressions
2018-05-09 Ɓukasz LangaSupport nested lambdas in BracketTracker
2018-05-09 Ɓukasz LangaAutomatic management of parentheses in assignments
2018-05-09 Ɓukasz LangaDelimit multiline expressions according to math operato...
2018-05-09 Ɓukasz LangaDiscover whether a file is Python 3.6+ also by stars...
2018-05-08 Ɓukasz LangaDon't fail the entire right_hand_split if an optional...
2018-05-07 Ɓukasz LangaMake parentheses invisible recursively in atoms
2018-05-07 Ɓukasz LangaDon't leave invalid trailing comma on imports
2018-05-07 Ɓukasz LangaFormatting nits
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 Ɓukasz LangaSplit imports like isort
2018-04-24 Ɓukasz LangaDo not enforce empty lines after control flow statements
2018-04-24 Ɓukasz LangaSplit ternary expressions
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-21 Ɓukasz LangaMove delimiter token skipping to BracketTracker
2018-04-19 Ɓukasz LangaRevert `format_file_in_place()` and `format_stdin_to_st...
2018-04-19 Jonas ObristAdded caching (#136)
2018-04-17 Zsolt DollensteinMerge pull request #138 from ambv/star-expr
2018-04-17 Zsolt DollensteinParse complex expressions in parameters after * and **
2018-04-16 Ɓukasz LangaGeneralize star expression handling
2018-04-13 Zsolt DollensteinHandle unnecessarily escaped strings (#128)
2018-04-12 Zsolt DollensteinOpen temporary files with utf-8 encoding (#126)
2018-04-12 Ɓukasz LangaFix placement of dictionary unpacking inside dict literals
2018-04-12 Ɓukasz LangaFix parsing of unaligned standalone comments
2018-04-11 Ɓukasz LangaDon't omit escaping the second consecutive quote
2018-04-11 Ɓukasz LangaAutomatic parentheses management
2018-04-09 Zsolt DollensteinAdd support for all valid string literals (#115)
2018-04-05 Ɓukasz Langa[blib2to3] Support non-ASCII identifiers
2018-04-05 Zsolt DollensteinHandle arbitrary number of backslashes during string...
2018-04-04 Zsolt DollensteinHandle backslashes in raw strings while normalizing...
2018-04-01 Ɓukasz LangaIgnore `# fmt: off` as inline comment
2018-04-01 Ɓukasz LangaDon't insert trailing commas after standalone comments
2018-03-31 Ɓukasz LangaImprove test coverage a bit
2018-03-31 Ɓukasz LangaSupport --diff for both files and stdin
2018-03-31 Mika⠙Lines now break before all delimiters (#94)
2018-03-31 Zsolt DollensteinNormalize string quotes (#75)
next