Skip to content

Commit

Permalink
docs: add _test file for group in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
42atomys committed Nov 5, 2024
1 parent c197b24 commit 2d4ca49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/advanced/how-to-create-a-registry-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## File Naming Conventions

* `{{registry_group_name}}.go`: This file defines the registry group, including key components like structs, interfaces, constants, and variables.
* `{{registry_group_name}}_test.go`: Includes tests for the registry group to ensure it functions as expected.

{% hint style="info" %}
This structure ensures consistency and maintainability across different registries, making it easier for developers to contribute and collaborate effectively.\
Expand Down

0 comments on commit 2d4ca49

Please sign in to comment.