Add test cases for cousin imports that break due to aliases starting with two underscores

This commit is contained in:
boukeversteegh
2020-06-08 17:28:58 +02:00
parent c00e2aef19
commit 7c8d47de6d
5 changed files with 37 additions and 0 deletions

View File

@@ -16,6 +16,9 @@ tests = {
packages = {
"import_root_package_from_child": ".child",
"import_parent_package_from_child": ".parent.child",
"import_root_package_from_nested_child": ".nested.child",
"import_cousin_package": ".test.subpackage",
"import_cousin_package_same_name": ".test.subpackage",
"repeatedmessage": ".repeatedmessage",
"service": ".service",
}