Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk committed Sep 21, 2023
1 parent cc91040 commit 8fca46b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced/testing.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Testing

This document outlines the process of testing Polly's resilience pipelines. Instead of testing the internal behavior of resilience pipelines, focus on testing your configurations or custom delegates.
This document explains how to test Pollys resilience pipelines. You should not test how the resilience pipelines operate internally, but rather test your own settings or custom delegates.

To support this, Polly offers the [`Polly.Testing`](https://www.nuget.org/packages/Polly.Testing/) package, making the testing process more straightforward. This package provides a range of APIs designed to help you confirm the setup and combination of resilience pipelines in your user code.
To make the testing process simpler, Polly offers the [`Polly.Testing`](https://www.nuget.org/packages/Polly.Testing/) package. This package has a range of APIs designed to help you test the setup and combination of resilience pipelines in your user code.

## Usage

Expand Down

0 comments on commit 8fca46b

Please sign in to comment.