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-09 09:40:06 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-09-09 09:40:19 +0100
commit9a9b13a11868fe58fa0390938a39483bf1f3cc9a (patch)
tree3aa80ebfaacac233f022ebc85b6c20a7793bbc7c /tests
parentd2d0eeb72912809a00f09fafdae4e827a34d0e26 (diff)
test: refactor into binary subdirs
in prep for splitting git_remote_nostr tests
Diffstat (limited to 'tests')
-rw-r--r--tests/git_remote_nostr/main.rs (renamed from tests/git_remote_helper.rs)0
-rw-r--r--tests/ngit/init.rs (renamed from tests/init.rs)0
-rw-r--r--tests/ngit/list.rs (renamed from tests/list.rs)0
-rw-r--r--tests/ngit/login.rs (renamed from tests/login.rs)0
-rw-r--r--tests/ngit/main.rs6
-rw-r--r--tests/ngit/pull.rs (renamed from tests/pull.rs)0
-rw-r--r--tests/ngit/push.rs (renamed from tests/push.rs)0
-rw-r--r--tests/ngit/send.rs (renamed from tests/send.rs)0
8 files changed, 6 insertions, 0 deletions
diff --git a/tests/git_remote_helper.rs b/tests/git_remote_nostr/main.rs
index 7251204..7251204 100644
--- a/tests/git_remote_helper.rs
+++ b/tests/git_remote_nostr/main.rs
diff --git a/tests/init.rs b/tests/ngit/init.rs
index c8390e3..c8390e3 100644
--- a/tests/init.rs
+++ b/tests/ngit/init.rs
diff --git a/tests/list.rs b/tests/ngit/list.rs
index c145fa4..c145fa4 100644
--- a/tests/list.rs
+++ b/tests/ngit/list.rs
diff --git a/tests/login.rs b/tests/ngit/login.rs
index 3bcfbf9..3bcfbf9 100644
--- a/tests/login.rs
+++ b/tests/ngit/login.rs
diff --git a/tests/ngit/main.rs b/tests/ngit/main.rs
new file mode 100644
index 0000000..fe852df
--- /dev/null
+++ b/tests/ngit/main.rs
@@ -0,0 +1,6 @@
1mod init;
2mod list;
3mod login;
4mod pull;
5mod push;
6mod send;
diff --git a/tests/pull.rs b/tests/ngit/pull.rs
index 6637859..6637859 100644
--- a/tests/pull.rs
+++ b/tests/ngit/pull.rs
diff --git a/tests/push.rs b/tests/ngit/push.rs
index eb452cd..eb452cd 100644
--- a/tests/push.rs
+++ b/tests/ngit/push.rs
diff --git a/tests/send.rs b/tests/ngit/send.rs
index ef09425..ef09425 100644
--- a/tests/send.rs
+++ b/tests/ngit/send.rs