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

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 missing instructions to make test passed (#2100)
authorPierre Verkest <pierreverkest84@gmail.com>
Mon, 12 Apr 2021 13:18:11 +0000 (15:18 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Apr 2021 13:18:11 +0000 (06:18 -0700)
.github/ISSUE_TEMPLATE/bug_report.md

index e652f17c94b3b9bfe9bcd23dd1b4f7d4e45b1cdb..f4a438622aaef274309e4ec2d13c9eed597c5d13 100644 (file)
@@ -28,7 +28,8 @@ assignees: ""
 2. Or run _Black_ on your machine:
    - create a new virtualenv (make sure it's the same Python version);
    - clone this repository;
-   - run `pip install -e .`;
+   - run `pip install -e .[d,python2]`;
+   - run `pip install -r test_requirements.txt`
    - make sure it's sane by running `python -m unittest`; and
    - run `black` like you did last time.