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

fix: allow tests to be run from (hopefully) any directory (GH-2574)
authordawn <78233879+dawnofmidnight@users.noreply.github.com>
Sat, 30 Oct 2021 15:50:45 +0000 (11:50 -0400)
committerGitHub <noreply@github.com>
Sat, 30 Oct 2021 15:50:45 +0000 (11:50 -0400)
commitcbf5401efff0524f7395c5fb81551de75b17c89e
treedf8658dae974d83e35005c9c510848cf013f1be1
parent5434407af7ba262f74d272c738006cbf1d0ab11a
fix: allow tests to be run from (hopefully) any directory (GH-2574)

* fix: allow tests to be run from the tests/ directory
* fix: try fixing windows build with MarcoGorelli's suggestion
* Windows hotfix + better respect test's spirit

Co-authored-by: Richard Si <63936253+ichard26@users.noreply.github.com>
tests/test_black.py
tests/test_ipynb.py