upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/ngit/main.rs
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/ngit/main.rs
parentd2d0eeb72912809a00f09fafdae4e827a34d0e26 (diff)
test: refactor into binary subdirs
in prep for splitting git_remote_nostr tests
Diffstat (limited to 'tests/ngit/main.rs')
-rw-r--r--tests/ngit/main.rs6
1 files changed, 6 insertions, 0 deletions
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;