Skip to content

Replace occurrences of "importing * from .." in python code  #371

@oschaaf

Description

@oschaaf

In some places we have code that looks like:

from test.integration.utility import *

We should change those to explicitly import only what we need, for example:

from test.integration.utility import assertEquals

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions