mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 02:38:25 +00:00
Bump py-fuzzer
Dependencies (#18113)
This commit is contained in:
parent
e2c5b83fe1
commit
a5ee1a3bb1
3 changed files with 38 additions and 94 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue