upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-09-24 19:22:23 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-09-24 19:48:14 +0100
commit967de64e19c05a2f14e7c97da000c1f3b8ccc4ed (patch)
treea675629a7d7731815a79beb3dfefa293e8fa9acc /tests
parentd01380f7b3efebc9c40a2e71c2ddd635fa936be4 (diff)
test: restructure ngit integration tests
so that each file is ran as a seperate crate this makes it easier to see which tests are causing other tests to fail as they are in a smaller group.
Diffstat (limited to 'tests')
-rw-r--r--tests/ngit/main.rs6
-rw-r--r--tests/ngit_init.rs (renamed from tests/ngit/init.rs)0
-rw-r--r--tests/ngit_list.rs (renamed from tests/ngit/list.rs)0
-rw-r--r--tests/ngit_login.rs (renamed from tests/ngit/login.rs)0
-rw-r--r--tests/ngit_pull.rs (renamed from tests/ngit/pull.rs)0
-rw-r--r--tests/ngit_push.rs (renamed from tests/ngit/push.rs)0
-rw-r--r--tests/ngit_send.rs (renamed from tests/ngit/send.rs)0
7 files changed, 0 insertions, 6 deletions
diff --git a/tests/ngit/main.rs b/tests/ngit/main.rs
deleted file mode 100644
index fe852df..0000000
--- a/tests/ngit/main.rs
+++ /dev/null
@@ -1,6 +0,0 @@
1mod init;
2mod list;
3mod login;
4mod pull;
5mod push;
6mod send;
diff --git a/tests/ngit/init.rs b/tests/ngit_init.rs
index c8390e3..c8390e3 100644
--- a/tests/ngit/init.rs
+++ b/tests/ngit_init.rs
diff --git a/tests/ngit/list.rs b/tests/ngit_list.rs
index 26cf717..26cf717 100644
--- a/tests/ngit/list.rs
+++ b/tests/ngit_list.rs
diff --git a/tests/ngit/login.rs b/tests/ngit_login.rs
index 477b25b..477b25b 100644
--- a/tests/ngit/login.rs
+++ b/tests/ngit_login.rs
diff --git a/tests/ngit/pull.rs b/tests/ngit_pull.rs
index 6637859..6637859 100644
--- a/tests/ngit/pull.rs
+++ b/tests/ngit_pull.rs
diff --git a/tests/ngit/push.rs b/tests/ngit_push.rs
index eb452cd..eb452cd 100644
--- a/tests/ngit/push.rs
+++ b/tests/ngit_push.rs
diff --git a/tests/ngit/send.rs b/tests/ngit_send.rs
index 2aad232..2aad232 100644
--- a/tests/ngit/send.rs
+++ b/tests/ngit_send.rs