AWS Security ChangesHomeSearch

AWS prescriptive-guidance documentation change

Service: prescriptive-guidance · 2026-03-28 · Documentation low

File: prescriptive-guidance/latest/strategy-cicd-litmus/tests-for-cicd-pipelines.md

Summary

Updated pytest documentation link from 'https://pytest.org/' to 'https://docs.pytest.org/en/stable/'

Security assessment

This is a routine update to a third-party documentation link, ensuring it points to a stable version. No security-related content is affected.

Diff

diff --git a/prescriptive-guidance/latest/strategy-cicd-litmus/tests-for-cicd-pipelines.md b/prescriptive-guidance/latest/strategy-cicd-litmus/tests-for-cicd-pipelines.md
index 103c1295d..c9223a20d 100644
--- a//prescriptive-guidance/latest/strategy-cicd-litmus/tests-for-cicd-pipelines.md
+++ b//prescriptive-guidance/latest/strategy-cicd-litmus/tests-for-cicd-pipelines.md
@@ -9 +9 @@ The two types of automated tests that are commonly referred to in deployment pip
-  * **Unit test** – These tests build and run application code to verify that it is performing according to expectations. They simulate all external dependencies that are used in the code base. Examples of unit test tools include [JUnit](https://junit.org/), [Jest](https://jestjs.io/), and [pytest](https://pytest.org/).
+  * **Unit test** – These tests build and run application code to verify that it is performing according to expectations. They simulate all external dependencies that are used in the code base. Examples of unit test tools include [JUnit](https://junit.org/), [Jest](https://jestjs.io/), and [pytest](https://docs.pytest.org/en/stable/).