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

Extract formatting tests (#1785)
authorSagi Shadur <saroad2@gmail.com>
Fri, 30 Oct 2020 15:12:04 +0000 (17:12 +0200)
committerGitHub <noreply@github.com>
Fri, 30 Oct 2020 15:12:04 +0000 (08:12 -0700)
commite6cd10e7615f4df537e2eaefcf3904a4feecad1f
tree37b2836e939428e8441c6f0376a9f786e1c71d47
parentcabeb5b5457b8fd29d608eca944be6074bd3f31f
Extract formatting tests (#1785)

* Update test versions

* Use parametrize to remove tests duplications

* Extract sources format tests

* Fix mypy errors

* Fix .travis.yml
.travis.yml
test_requirements.txt
tests/test_black.py
tests/test_format.py [new file with mode: 0644]
tests/util.py