From e8ff7914c983c82adbe31123cb7f778c0cad70f7 Mon Sep 17 00:00:00 2001 From: LukeMathWalker Date: Sun, 14 Feb 2021 12:12:07 +0000 Subject: [PATCH] Restructure test suite - first step. --- tests/{ => api}/health_check.rs | 0 tests/api/helpers.rs | 0 tests/api/main.rs | 3 +++ tests/api/subscriptions.rs | 0 4 files changed, 3 insertions(+) rename tests/{ => api}/health_check.rs (100%) create mode 100644 tests/api/helpers.rs create mode 100644 tests/api/main.rs create mode 100644 tests/api/subscriptions.rs diff --git a/tests/health_check.rs b/tests/api/health_check.rs similarity index 100% rename from tests/health_check.rs rename to tests/api/health_check.rs diff --git a/tests/api/helpers.rs b/tests/api/helpers.rs new file mode 100644 index 0000000..e69de29 diff --git a/tests/api/main.rs b/tests/api/main.rs new file mode 100644 index 0000000..3b9c227 --- /dev/null +++ b/tests/api/main.rs @@ -0,0 +1,3 @@ +mod health_check; +mod helpers; +mod subscriptions; diff --git a/tests/api/subscriptions.rs b/tests/api/subscriptions.rs new file mode 100644 index 0000000..e69de29