Skip to content

mutation testing on the fly #466

@0xkarmacoma

Description

@0xkarmacoma

injecting faults in source code is not ideal because recompiling source is slow and cumbersome

instead, we may want to inject faults at the bytecode level and expect a violation in some test. If no violation is found despite the fault, we need to report it. Ideally, we can tie it back to a source location so that it's actionable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions