grpc/src/csharp/Grpc.Tools.Tests
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
..
IntegrationTests Add more Grpc.Tools integration tests (#32311) 2023-03-02 14:44:52 +01:00
scripts [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
CSharpGeneratorTest.cs Add support for Protobuf_ProtoRoot 2020-06-16 14:13:44 +02:00
CppGeneratorTest.cs Fix cpp paths in tools to match actual codegen. 2020-02-24 10:12:12 +13:00
DepFileUtilTest.cs allow running instances of DepFileUtilTest in parallel (#28612) 2022-01-19 18:24:01 +01:00
GeneratorTest.cs Replace disrespectful term 2021-02-08 15:29:53 -08:00
Grpc.Tools.Tests.csproj Bump Newtonsoft.Json in /src/csharp/Grpc.Tools.Tests (#32047) 2023-01-16 15:47:02 +01:00
MsBuildAssemblyHelper.cs fix mac tests on kokoro workers 2020-06-16 09:58:56 +02:00
MsBuildIntegrationTest.cs Add more Grpc.Tools integration tests (#32311) 2023-03-02 14:44:52 +01:00
NUnitMain.cs move Mono msbuild test hack to C# code 2020-06-10 11:49:42 -04:00
ProtoCompileBasicTest.cs Merge pull request #18446 from JunTaoLuo/error-list 2019-03-26 11:43:20 -07:00
ProtoCompileCommandLineGeneratorTest.cs Grpc.Tools: Parse warnings from libprotobuf (fix #27502) (#30371) 2022-09-05 10:58:25 +02:00
ProtoCompileCommandLinePrinterTest.cs C# Tooling: change the case to 'Protobuf' consistently 2019-03-22 01:17:14 -07:00
ProtoToolsPlatformTaskTest.cs Use x86 protoc binaries on arm64 Windows (#32017) 2023-01-16 11:10:46 +01:00
Utils.cs Infer coding style, adjust .editorconfig, reformat Tools code 2018-10-14 08:34:03 -07:00