Reorganize and refactor, adding integration test for common library stuff

This commit is contained in:
Barry Pederson
2024-11-03 11:44:03 -08:00
parent 00743fbe9c
commit 5f4a0e0e88
9 changed files with 148 additions and 82 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
use common::Request;
use common::request::Request;
use std::fs::File;
use std::io::{BufRead, BufReader};
use std::path::PathBuf;
@@ -41,7 +41,7 @@ impl PasswordDirectory {
#[cfg(test)]
mod tests {
use crate::repository::PasswordDirectory;
use common::Request;
use common::request::Request;
const TEST_PATH: &str = "./test_passwords";