Skip to content

use explicit rather than implicit relative imports #432

Closed
@waltaskew

Description

@waltaskew

Some tests make use of implicit relative imports (e.g. import fauxdbi) which don't work in all environments. Using explicit relative imports (e.g. from . import fauxdbi) makes it easier to use the package and run the test suite in more environments.

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the googleapis/python-bigquery-sqlalchemy API.type: processA process-related concern. May include testing, release, or the like.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions