From 3e9c9cd1b45d30d2b3429a1896537f6dee6c00be Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 00:46:31 +0000 Subject: [PATCH] [pre-commit.ci lite] apply automatic fixes --- docs/debugging.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/debugging.md b/docs/debugging.md index f89be3c..1c11687 100644 --- a/docs/debugging.md +++ b/docs/debugging.md @@ -128,6 +128,7 @@ We advise to set `count` in the order of hundreds and even larger, in order to ensure at least one concurrent clash event. ## PyTest plugins to discover concurrency issues + Given that the aforementioned testing scenarios are repetitive and highly verbose, several community-lead pytest libraries have been implemented including,