Move configuration of test-cases to config file, include list of service tests
This commit is contained in:
19
betterproto/tests/inputs/config.py
Normal file
19
betterproto/tests/inputs/config.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# Test cases that are expected to fail, e.g. unimplemented features or bug-fixes.
|
||||
# Remove from list when fixed.
|
||||
tests = {
|
||||
"import_root_sibling",
|
||||
"import_child_package_from_package",
|
||||
"import_root_package_from_child",
|
||||
"import_parent_package_from_child",
|
||||
"import_circular_dependency",
|
||||
"import_packages_same_name",
|
||||
"oneof_enum",
|
||||
}
|
||||
|
||||
services = {
|
||||
"googletypes_response",
|
||||
"googletypes_response_embedded",
|
||||
"service",
|
||||
"import_service_input_message",
|
||||
"import_service_input_message_dependency",
|
||||
}
|
||||
Reference in New Issue
Block a user