Function db_sqlx_postgres::prelude::tests::username_register_works [−][src]
pub async fn username_register_works<T>(
db: &'_ T,
username: &'_ str,
password: &'_ str,
secret: &'_ str
) where
T: LibAdminDatabase, Expand description
test username registration implementation