From 9a9b13a11868fe58fa0390938a39483bf1f3cc9a Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 9 Sep 2024 09:40:06 +0100 Subject: test: refactor into binary subdirs in prep for splitting git_remote_nostr tests --- tests/ngit/main.rs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/ngit/main.rs (limited to 'tests/ngit/main.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 @@ +mod init; +mod list; +mod login; +mod pull; +mod push; +mod send; -- cgit v1.2.3