From e25caa2d968b214c71dfb52e73bb1e6787386358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20J=C3=A4hn?= Date: Thu, 15 Aug 2024 15:11:00 +0200 Subject: [PATCH] Trigger test --- docs/best_practices/coding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/best_practices/coding.md b/docs/best_practices/coding.md index a305ed94..b5424ce3 100644 --- a/docs/best_practices/coding.md +++ b/docs/best_practices/coding.md @@ -37,7 +37,7 @@ The specific tests you need will depend on your project and its requirements. He ### Unit Tests These tests are for testing individual components or functions of your code to ensure they work correctly in isolation. -Find an [example for unit tests](https://github.com/C2SM/spack-c2sm/blob/main/test/unit_test.py){:target="_blank"} in our spack-c2sm repository. +Find an [example for unit tests](https://github.com/C2SM/spack-c2sm/blob/main/test/unit_test.py){:target="_blank"} in our spack-c2sm repository. ### Integrations Tests