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