Skip to content

Commit

Permalink
Use existing label for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilding committed Feb 12, 2025
1 parent c7919c3 commit f08d83e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/howto/get-started-with-charm-testing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(get-started-with-charm-testing)=
# Get started with charm testing

Testing charm code is an essential part of charming. Here we will see how to get started with it. We will look at the templates we have available and the frameworks we can use to write good unit, integration, and functional tests.
Expand Down
2 changes: 1 addition & 1 deletion docs/howto/manage-the-workload-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def _on_start(self, event: ops.StartEvent):
## Test the feature

> See first: [](#get-started-with-charm-testing)
> See first: {ref}`get-started-with-charm-testing`
You'll want to add unit and integration tests.

Expand Down

0 comments on commit f08d83e

Please sign in to comment.