Skip to content

Commit d44535f

Browse files
committed
docs(blueprint/entity-test-helper): Add module description
1 parent 6cfe5d7 commit d44535f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

blueprint/cli/blueprints/entity-test-helper/file.rs.liquid.liquid

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//! This entity test helper for [`{{entity_struct_name}}`] allows making specific database access functions available
2+
//! only for application tests but not for actual application code.
3+
14
use crate::entities::{{entity_plural_name}}::{{entity_struct_name}};
25
use fake::{faker::name::en::*, Dummy};
36
use sqlx::postgres::PgPool;

0 commit comments

Comments
 (0)