grpc/test/cpp
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
..
client [resolver] remove unused ctor for ServerAddress (#33148) 2023-05-16 16:53:01 -07:00
cocoapods [ObjC] Upgrade podspec xx.deployment_target (#33091) 2023-05-20 20:38:24 +00:00
codegen [codegen] Escape variable delimiters in raw comment printing (#32190) 2023-01-24 14:39:19 -08:00
common Add a test case for infinite past or unix epoch expiry in alarm_test.cc (#32101) 2023-01-18 11:09:17 -08:00
end2end Revert "[xDS LB] Override cluster with value from cookie (#32973)" (#33379) 2023-06-08 16:50:47 -07:00
ext [infra] Fix absl::Mutex check and remove all uses (#33144) 2023-05-16 12:50:52 -07:00
grpclb Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
interop [interop] fix C++ server to add mutex for orca_oob test (#33278) 2023-05-31 20:07:51 -07:00
microbenchmarks [EventEngine] Implement work-stealing in the EventEngine ThreadPool (#32869) 2023-05-08 13:38:23 -07:00
naming [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
performance writes_per_rpc_test: TSAN data race fix (#32688) 2023-03-22 19:15:25 -07:00
qps [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
security Added verified_root_cert_subject pass up through cpp api (#32335) 2023-03-08 13:41:26 -05:00
server TlsCreds: Support revocation of intermediate in chain. (#32544) 2023-03-23 11:34:59 -04:00
test Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
thread_manager [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
util [JSON] make API public but experimental (#32987) 2023-05-09 08:05:24 -07:00
README-iOS.md Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00