From ca0dbb8fa6cca8c1fc2650cde9e71402c03a3324 Mon Sep 17 00:00:00 2001 From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Sun, 31 Jul 2022 10:34:29 -0400 Subject: [PATCH] Move fuzz.py to scripts/ (#3199) --- fuzz.py => scripts/fuzz.py | 0 tox.ini | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename fuzz.py => scripts/fuzz.py (100%) 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] -- 2.39.2