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-24 19:22:23 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-09-24 19:48:14 +0100
commit967de64e19c05a2f14e7c97da000c1f3b8ccc4ed (patch)
treea675629a7d7731815a79beb3dfefa293e8fa9acc /tests/ngit/main.rs
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/ngit/main.rs')
-rw-r--r--tests/ngit/main.rs6
1 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;