Skip to content

Only count user-code frames for max_stack_depth #378

@Otto-AA

Description

@Otto-AA

Currently, we also count frames created by mutmut to apply max_stack_depth (in particular _mutmut_trampoline). As such, users cannot really know what the number means, or which number to choose.

I'd suggest to filter out frames:

  • that are created by mutmut
  • that are outside of the ./mutants folder (e.g. 3rd party packages)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions