Skip to content

Add autofix where possible #15

@maratori

Description

@maratori

Need to suggest fixes.
Fix is a code refactoring, so:

  1. It must not break code
  2. It should not be suggested, if non-breaking change is not possible

For example it's not possible to suggest fix, if test uses private entities from original package.

It isn't enough just to replace pkg -> pkg_test.
At least need to change imports as well.

Also it's better to avoid dot import if possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions