Bump py-fuzzer Dependencies (#18113)

This commit is contained in:
Max Mynter 2025-05-15 16:47:37 +02:00 committed by GitHub
parent e2c5b83fe1
commit a5ee1a3bb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 38 additions and 94 deletions

View file

@ -12,7 +12,7 @@ Example invocations of the script using `uv`:
`uvx --from ./python/py-fuzzer fuzz --bin ruff 0-2 78 93`
- Run the fuzzer concurrently using seeds in range 0-10 inclusive,
but only reporting bugs that are new on your branch:
`uvx --from ./python/py-fuzzer fuzz --bin ruff 0-10 --new-bugs-only`
`uvx --from ./python/py-fuzzer fuzz --bin ruff 0-10 --only-new-bugs`
- Run the fuzzer concurrently on 10,000 different Python source-code files,
using a random selection of seeds, and only print a summary at the end
(the `shuf` command is Unix-specific):