Closed mrbean-bremen closed 1 month ago
@Aran-Fey: I only added two tests (one of them basically your example test), please check if you need more cases covered.
I'm surprised that relative imports don't work, but that's not a problem for me. This will help a lot, thanks!
I'm surprised that relative imports don't work
You are right, this is easy to fix. Will do this.
This will not handle all possible cases. Relative imports are not supported, and for absolute imports in dot notation an
__init__.py
is expected in module paths above the leaf module.Tasks