DylanSp / wheel-lang

A small toy imperative language (with some OOP features) for demonstrating and practicing language design/implementation.
MIT License
14 stars 0 forks source link

Adopt mutation testing #32

Closed DylanSp closed 4 years ago

DylanSp commented 4 years ago

See https://stryker-mutator.io/.

DylanSp commented 4 years ago

Investigated Stryker Mutator; didn't appear to be useful, as it just caused TS compilation errors without marking those as failed tests/killed mutants.