mirror of https://github.com/astral-sh/ruff
Summary -- I was firing up the fuzzer tonight and hit an assertion error here. We now build with the `profiling` profile, so we need to use that executable too. This hasn't affected CI because we always set the `--test-executable`. Test Plan -- Ran the script again with the same arguments on this branch |
||
|---|---|---|
| .. | ||
| README.md | ||
| fuzz.py | ||
| pyproject.toml | ||
| uv.lock | ||
README.md
py-fuzzer
A fuzzer script to run Ruff executables on randomly generated (but syntactically valid) Python source-code files.
Run uv run --project=./python/py-fuzzer fuzz -h from the repository root
for more information and example invocations
(requires uv to be installed).