Commit 0581f77
committed
test(e2e): add missing __init__.py to dashboards/ and entities/
The previous commit switched 6 files in these two directories from
absolute to relative imports, which exposed that both directories
were missing __init__.py. All 22 other workflows/ subdirs have one;
these two were outliers (likely why the absolute-import workaround
was used here in the first place).
Without __init__.py the dirs aren't proper Python packages, so
`from ...utilities.X` fails with `attempted relative import with no
known parent package` during pytest collection.
CI confirmed the issue: E2E Validation jobs failed on collection
for test_lifecycle.py, test_python_transform.py, and test_resources.py
in dashboards/ in run 26366784922.1 parent 348e057 commit 0581f77
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments