Skip to content

Commit

Permalink
GitHub Action: Apply external link format
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn authored and github-actions[bot] committed Aug 15, 2024
1 parent e25caa2 commit 9624341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/best_practices/coding.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ 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 :material-open-in-new:](https://github.com/C2SM/spack-c2sm/blob/main/test/unit_test.py){:target="_blank"} in our spack-c2sm repository.

### Integrations Tests

These tests are to check how different parts of your code work together and communicate with each other.
Find an [example for integration tests :material-open-in-new:](https://github.com/C2SM/spack-c2sm/blob/main/test/integration_test.py) in our spack-c2sm repository.
Find an [example for integration tests :material-open-in-new:](https://github.com/C2SM/spack-c2sm/blob/main/test/integration_test.py){:target="_blank"} in our spack-c2sm repository.

### System Tests

Expand Down

0 comments on commit 9624341

Please sign in to comment.