ruff/python/py-fuzzer
Brent Westbrook fb5b8c3653
Fix default test executable in py-fuzzer (#21468)
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
2025-11-15 13:12:10 -05:00
..
README.md Update usage instructions and lockfile for py-fuzzer script (#20940) 2025-10-17 15:57:17 +01:00
fuzz.py Fix default test executable in py-fuzzer (#21468) 2025-11-15 13:12:10 -05:00
pyproject.toml Dogfood ty on py-fuzzer in CI (#20946) 2025-10-17 20:30:17 +01:00
uv.lock Update usage instructions and lockfile for py-fuzzer script (#20940) 2025-10-17 15:57:17 +01:00

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).