Skip to content

Suggestion: run import on all python modules with a __init__.py #4142

Description

@akesandgren

When installing a pythonpackage/bundle we could got through the installed modules and for everything that has a __init__.py we could run "import xxx" to verify that it has all things it depends on.

This could be done in a python loop which has exception handling for failed loads and prints which modules fail and why.
I.e. instead of setting up one test env for each module, do them all in one swoop.

Metadata

Metadata

Assignees

No one assigned
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions