11 lines
323 B
Python
11 lines
323 B
Python
# 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",
|
|
"oneof_enum",
|
|
}
|