mc-imperial / dredd

A mutation testing tool designed to work with large C++ (and C) codebases.
Apache License 2.0
13 stars 3 forks source link

Add support for bespoke tests #315

Closed afd closed 2 months ago

afd commented 2 months ago

Adds a new test type, for bespoke tests, where a test executes a Python script that can do arbitrary things. This is useful for end-to-end testing of the behaviour of Dredd and its supporting scripts.

Also adds a particular bespoke test that checks that mutant tracking functionality.

Fixes #167.