From 570f0f3a99fb720457008fd0e73e85ab2416f5df Mon Sep 17 00:00:00 2001 From: Rudy Matela Date: Mon, 13 Apr 2026 11:21:18 +0200 Subject: [PATCH 1/2] add link to pytest documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a35192..53b949b 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ This documentation is longer than the source code. ## Useful reading * [GitHub's starter-workflows] project. +* [pytest documentation](https://docs.pytest.org/) ["Hello, World!" program]: https://en.wikipedia.org/wiki/%22Hello,_World!%22_program From 63bb48b2d4cee761b899b4e9ed374cd8d39e0608 Mon Sep 17 00:00:00 2001 From: Rudy Matela Date: Mon, 13 Apr 2026 11:26:56 +0200 Subject: [PATCH 2/2] improve markdown --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53b949b..77630f5 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ This documentation is longer than the source code. ## Useful reading * [GitHub's starter-workflows] project. -* [pytest documentation](https://docs.pytest.org/) +* [pytest documentation] ["Hello, World!" program]: https://en.wikipedia.org/wiki/%22Hello,_World!%22_program @@ -63,6 +63,7 @@ This documentation is longer than the source code. [make]: https://www.gnu.org/software/make/ [CI]: https://docs.github.com/en/actions/automating-builds-and-tests/about-continuous-integration [GitHub Actions]: https://docs.github.com/en/actions +[pytest documentation]: https://docs.pytest.org/ [build-log]: https://github.com/rudymatela/hello-py/actions/workflows/build.yml [build-status]: https://github.com/rudymatela/hello-py/actions/workflows/build.yml/badge.svg