]> git.madduck.net Git - etc/vim.git/commit

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 support for printing the diff of AST trees when running tests (#3902)
authorJohn Litborn <11260241+jakkdl@users.noreply.github.com>
Thu, 28 Sep 2023 14:03:24 +0000 (16:03 +0200)
committerGitHub <noreply@github.com>
Thu, 28 Sep 2023 14:03:24 +0000 (07:03 -0700)
commit9b82120ddb81373377b58da5de7caa9495a1551e
tree12d813c35714ef3715d6d0531d8a5e8f6b7ea66d
parent3dcacdda0d7f69a1705f3e2a151c24a6cf004171
add support for printing the diff of AST trees when running tests (#3902)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
docs/contributing/the_basics.md
src/black/debug.py
tests/conftest.py
tests/test_black.py
tests/util.py
tox.ini