X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/4041c560ec8e0233b448d97595fc9b7018a25c32..1382eabb3f27d7c9cd5328fb7fddd1ded98121fb:/.github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e2e468a..e652f17 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -29,7 +29,7 @@ assignees: "" - create a new virtualenv (make sure it's the same Python version); - clone this repository; - run `pip install -e .`; - - make sure it's sane by running `python setup.py test`; and + - make sure it's sane by running `python -m unittest`; and - run `black` like you did last time. **Additional context** Add any other context about the problem here.