ruff/python/py-fuzzer
Douglas Creager 06a02fc46e Revert "fix py-fuzzer test failure"
This reverts commit b9ecab1f24.
2025-12-15 12:26:33 -05:00
..
README.md Update usage instructions and lockfile for py-fuzzer script (#20940) 2025-10-17 15:57:17 +01:00
fuzz.py Revert "fix py-fuzzer test failure" 2025-12-15 12:26:33 -05:00
pyproject.toml Print Python version and Python platform in the fuzzer output when fuzzing fails (#21844) 2025-12-08 14:35:36 +00:00
uv.lock Print Python version and Python platform in the fuzzer output when fuzzing fails (#21844) 2025-12-08 14:35:36 +00: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).