Skip to content

Commit

Permalink
Trigger test
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaehn committed Aug 15, 2024
1 parent 7f9dc38 commit e25caa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/best_practices/coding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e25caa2

Please sign in to comment.