From 684ba9a314f632f3179c34d852d768819334221e Mon Sep 17 00:00:00 2001 From: Ross Patterson Date: Sun, 24 Aug 2025 19:37:25 -0700 Subject: [PATCH] docs(devel): Missed rST/Sphinx style consistency --- docs/source/guides/development/index.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/guides/development/index.rst b/docs/source/guides/development/index.rst index 4dfdb3c9..392ff042 100644 --- a/docs/source/guides/development/index.rst +++ b/docs/source/guides/development/index.rst @@ -52,9 +52,10 @@ above command will rebuild those as well. Testing ------- -Tests are written using pytest. Many of them evaluate checksums of output files to ensure no unintended -changes are introduced to the way ``ytdl-sub`` produces files. This checksum can be inaccurate for -end-to-end tests, but are reliable for integration tests. + +Tests are written using pytest. Many of them evaluate checksums of output files to +ensure no unintended changes are introduced to the way ``ytdl-sub`` produces files. This +checksum can be inaccurate for end-to-end tests, but are reliable for integration tests. If integration tests are failing, ensure...