Move fuzz.py to scripts/ (#3199)

This commit is contained in:
Richard Si 2022-07-31 10:34:29 -04:00 committed by GitHub
parent eaa048925e
commit ca0dbb8fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

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