Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Sep 8, 2024
1 parent 04da5e4 commit e467e7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
8 changes: 2 additions & 6 deletions mutation-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ Optionally, you may run mutation testing in parallel to speed up the process. Of

After running mutation testing, you will see a detailed report showing the number of mutations, how many were untested, and the mutation score.

```
[IMAGE HERE]
```
<img src="/assets/img/mutation-testing.png" style="width: 100%;" />

The higher the mutation score, the better your test suite is. A mutation score of 100% means that all mutations were "tested", which is the goal of mutation testing.

Expand Down Expand Up @@ -125,9 +123,7 @@ To ensure comprehensive testing and maintain testing quality, it is crucial to s
./vendor/bin/pest --mutate --min=40
```

```
[IMAGE HERE]
```
<img src="/assets/img/mutation-testing-min.png" style="width: 100%;" />

<a name="options-and-modifiers"></a>
## Options & Modifiers
Expand Down
4 changes: 1 addition & 3 deletions pest3-now-available.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ Optionally, you may run mutation testing in parallel to speed up the process. Of

After running mutation testing, you will see a detailed report showing the number of mutations, how many were caught, and the mutation score.

```
[IMAGE HERE]
```
<img src="/assets/img/type-coverage.png" style="width: 100%;" />

The higher the mutation score, the better your test suite is. A mutation score of 100% means that all mutations were "tested", which is the goal of mutation testing.

Expand Down
2 changes: 1 addition & 1 deletion upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The `toHaveMethod` and `toHaveMethods` expectations were replaced by the `toHave

### Pest 2 Deprecations

During Pest 2 release, some features were deprecated and will be removed in Pest 3. Here are the changes you should be aware of:
During Pest 2 release, some features were deprecated and are now removed in Pest 3. Here are the changes you should be aware of:

#### `tap()` Method

Expand Down

0 comments on commit e467e7e

Please sign in to comment.