Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
nkz-soft committed Nov 4, 2024
1 parent 8e870aa commit a484392
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 290 deletions.
17 changes: 0 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ members = [
"src/infrastructure",
"src/application",
"src/presentation",
"src/starter",
"tests/integration"
"src/starter"
]
resolver = "2"

Expand Down
4 changes: 2 additions & 2 deletions src/starter/tests/utils/server_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use tokio::task::JoinHandle;
#[macro_export]
macro_rules! prepare_test_environment {
() => {{
server_utils::init_once().await;
server_utils::init().await;
reqwest::Client::new()
}}
}
Expand Down Expand Up @@ -45,7 +45,7 @@ impl Server {

pub(crate) static TEST_SERVER_ONCE: OnceCell<Server> = OnceCell::const_new();

pub(crate) async fn init_once() {
pub(crate) async fn init() {
TEST_SERVER_ONCE.get_or_init(Server::start).await;
}

Expand Down
20 changes: 0 additions & 20 deletions tests/integration/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions tests/integration/src/main.rs

This file was deleted.

214 changes: 0 additions & 214 deletions tests/integration/tests/integration.rs

This file was deleted.

5 changes: 0 additions & 5 deletions tests/rest/http-client.env.json

This file was deleted.

27 changes: 0 additions & 27 deletions tests/rest/tests.http

This file was deleted.

0 comments on commit a484392

Please sign in to comment.