Commit Graph

1 Commits

Author SHA1 Message Date
dahn a9f094ccff test: add __init__.py to plugins test directories to make them Python packages
The test/integration/plugins directory and its subdirectories were
missing __init__.py files, preventing Python from treating them as
packages. This caused local/relative imports to fail when running
plugin tests in a deployed Marvin environment, making it impossible
to modularize tests for plugins.

Fixes #3679
2026-05-08 15:19:04 +02:00