Skip to content

Fix type hints in task generator functions #276

@tomuben

Description

@tomuben

Background

Due to a limitation in the itde, see ttps://github.com/exasol/integration-test-docker-environment/issues/445, the BaseTask was defined as yielded type. Now, that the issue is fixed in the itde we can set the correct generator type in all todos.

As example see

# Correct return type is Generator[RunDBTestsInDirectory, Any, RunDBTestDirectoryResult]

Metadata

Metadata

Assignees

Labels

refactoringCode improvement without behavior change

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions