test finally working, needs to apply migration to the database

This commit is contained in:
filipriec
2025-02-23 19:15:41 +01:00
parent 2788ff6b1f
commit 21c512bb02
5 changed files with 157 additions and 0 deletions

View File

@@ -2,3 +2,8 @@
pub mod models;
pub mod handlers;
#[cfg(test)]
pub mod tests {
pub mod post_adresar_test;
}