Add test for generating embedded wellknown types in outputs.

This commit is contained in:
boukeversteegh
2020-05-24 14:48:39 +02:00
parent 35548cb43e
commit c50d9e2fdc
5 changed files with 71 additions and 4 deletions

View File

@@ -15,7 +15,11 @@ from google.protobuf.descriptor_pool import DescriptorPool
from google.protobuf.json_format import Parse
excluded_test_cases = {"googletypes_response", "service"}
excluded_test_cases = {
"googletypes_response",
"googletypes_response_embedded",
"service",
}
test_case_names = {*get_directories(inputs_path)} - excluded_test_cases
plugin_output_package = "betterproto.tests.output_betterproto"