We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfe5d7 commit d44535fCopy full SHA for d44535f
1 file changed
blueprint/cli/blueprints/entity-test-helper/file.rs.liquid.liquid
@@ -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
+
4
use crate::entities::{{entity_plural_name}}::{{entity_struct_name}};
5
use fake::{faker::name::en::*, Dummy};
6
use sqlx::postgres::PgPool;
0 commit comments