grpc/test/core/end2end/fuzzers
Sergii Tkachenko de6ed9ba9f
[Python] Migrate from yapf to black (#33138)
- Switched  from yapf to black
- Reconfigure isort for black
- Resolve black/pylint idiosyncrasies 

Note: I used `--experimental-string-processing` because black was
producing "implicit string concatenation", similar to what described
here: https://github.com/psf/black/issues/1837. While currently this
feature is experimental, it will be enabled by default:
https://github.com/psf/black/issues/2188. After running black with the
new string processing so that the generated code merges these `"hello" "
world"` strings concatenations, then I removed
`--experimental-string-processing` for stability, and regenerated the
code again.

To the reviewer: don't even try to open "Files Changed" tab 😄 It's
better to review commit-by-commit, and ignore `run black and isort`.
2023-06-09 15:08:55 -07:00
..
api_fuzzer_corpus [call] Dont take grpclb_client_stats from the app (#33118) 2023-05-15 17:16:55 -07:00
client_fuzzer_corpus [Fuzzing] Migrate client and server_fuzzer to structured fuzzing (#32878) 2023-04-18 20:38:38 -07:00
server_fuzzer_corpus [Fuzzing] Migrate client and server_fuzzer to structured fuzzing (#32878) 2023-04-18 20:38:38 -07:00
BUILD [fuzzing] Extract and modernize ChannelArgs fuzzer configuration (#33161) 2023-05-19 10:50:38 -07:00
api_fuzzer.cc [fuzzing] Extract and modernize ChannelArgs fuzzer configuration (#33161) 2023-05-19 10:50:38 -07:00
api_fuzzer.proto [fuzzing] Extract and modernize ChannelArgs fuzzer configuration (#33161) 2023-05-19 10:50:38 -07:00
client_fuzzer.cc [Fuzzing] Migrate client and server_fuzzer to structured fuzzing (#32878) 2023-04-18 20:38:38 -07:00
fuzzer_input.proto [Fuzzing] Migrate client and server_fuzzer to structured fuzzing (#32878) 2023-04-18 20:38:38 -07:00
fuzzing_common.cc [fuzzing] Define a common fuzzing interface and move API fuzzer to it (#32853) 2023-04-14 13:41:13 -07:00
fuzzing_common.h [fuzzing] Define a common fuzzing interface and move API fuzzer to it (#32853) 2023-04-14 13:41:13 -07:00
generate_client_examples_of_bad_closing_streams.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
server_fuzzer.cc [Fuzzing] Migrate client and server_fuzzer to structured fuzzing (#32878) 2023-04-18 20:38:38 -07:00