mirror of
https://github.com/servo/servo.git
synced 2025-07-02 04:53:39 +01:00
Corrected typo in Readme
This commit is contained in:
parent
f6f454505e
commit
6e66c0d1ef
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ The motivation for mutation testing is to test the breadth coverage of tests for
|
|||
|
||||
For more info refer [Wiki page](https://en.wikipedia.org/wiki/Mutation_testing).
|
||||
|
||||
Here Mutation testing is used to test the coverage of WPT for Servo's browsing engine.
|
||||
Here Mutation testing is used to test the coverage of WPT for Servo's browser engine.
|
||||
|
||||
### Mutation Strategy
|
||||
This version of mutation testing consists of a Python script that finds random uses of && in Servo's code base and replaces them by ||. The expectation from the WPT tests is to catch this mutation and result in failures when executed on the corresponding code base.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue