Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/source/adding-execution-and-evaluation.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
Adding an Execution and Evaluation Module
=========================================

Users can add test runners and test execution frameworks to enable *multiplex* to execute and evaluate mutants in a diverse set of projects.

Using the ``maven`` test runner as an example, users can specifiy how *multiplex* should execute the mutants.

The user should specify the CLI commands that *multiplex* requires to execute the test suite using the framework and ensure the relevant file paths are specified.

Loading