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

Use optional tests for "no_python2" to simplify local testing (#2203)
authorŁukasz Langa <lukasz@langa.pl>
Fri, 7 May 2021 13:03:13 +0000 (15:03 +0200)
committerGitHub <noreply@github.com>
Fri, 7 May 2021 13:03:13 +0000 (15:03 +0200)
commite4b4fb02b91e0f5a60a9678604653aecedff513b
tree2b7b69fb1383d8a40ab796c5572cb798499d5447
parent1fe2efd8573a63ffc76c69320720d349b21897da
Use optional tests for "no_python2" to simplify local testing (#2203)
pyproject.toml
tests/conftest.py [new file with mode: 0644]
tests/optional.py [new file with mode: 0644]
tests/test_black.py
tox.ini