docs(devel): Missed rST/Sphinx style consistency

This commit is contained in:
Ross Patterson 2025-08-24 19:37:25 -07:00
parent 7a54cd1f93
commit 684ba9a314
No known key found for this signature in database
GPG key ID: 2EFF7CCE6828E359

View file

@ -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...