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

Switch to pytest and tox (#1763)
authorSagi Shadur <saroad2@gmail.com>
Mon, 19 Oct 2020 17:35:26 +0000 (20:35 +0300)
committerGitHub <noreply@github.com>
Mon, 19 Oct 2020 17:35:26 +0000 (10:35 -0700)
commit407052724fa1c97ee8bcd4e96de650def00be03e
tree08c244914b2e72727f095c66ed8675928d89e7af
parent3be0aa71d9e39a8fdb6f38cc796709bf4f9c11d9
Switch to pytest and tox (#1763)

* Add venv to .gitignore

* Use tox to run tests

* Make fuzz run in tox

* Split tests files

* Fix import error
.github/workflows/fuzz.yml
.github/workflows/test.yml
.gitignore
test_requirements.txt [new file with mode: 0644]
tests/test_black.py
tests/test_blackd.py [new file with mode: 0644]
tests/util.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]