Add a "diamond" pattern to multi-impmort test

This tests whether multiple modules can correctly import
the same common module.

```
a -> d
  -> b -> c -> d*
```
This commit is contained in:
Seth R Johnson 2022-02-12 18:06:56 -05:00
commit fc2b90acd1
10 changed files with 17 additions and 7 deletions

View file

@ -1,2 +1,3 @@
multi_import_a
multi_import_d
multi_import_b
multi_import_a