Skip to content

Commit

Permalink
Move fuzz.py to scripts/ (psf#3199)
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 authored and cibinmathew committed Aug 13, 2022
1 parent 303e005 commit 3a54283
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 3a54283

Please sign in to comment.