From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Sun, 31 Jul 2022 14:34:29 +0000 (-0400) Subject: Move fuzz.py to scripts/ (#3199) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/ca0dbb8fa6cca8c1fc2650cde9e71402c03a3324 Move fuzz.py to scripts/ (#3199) --- diff --git a/fuzz.py b/scripts/fuzz.py similarity index 100% rename from fuzz.py rename to scripts/fuzz.py diff --git a/tox.ini b/tox.ini index 7af9e48..51ff487 100644 --- a/tox.ini +++ b/tox.ini @@ -59,7 +59,7 @@ deps = commands = pip install -e .[d] coverage erase - coverage run fuzz.py + coverage run {toxinidir}/scripts/fuzz.py coverage report [testenv:run_self]