diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-09 09:40:06 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-09 09:40:19 +0100 |
| commit | 9a9b13a11868fe58fa0390938a39483bf1f3cc9a (patch) | |
| tree | 3aa80ebfaacac233f022ebc85b6c20a7793bbc7c /tests/ngit/main.rs | |
| parent | d2d0eeb72912809a00f09fafdae4e827a34d0e26 (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.rs | 6 |
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 @@ | |||
| 1 | mod init; | ||
| 2 | mod list; | ||
| 3 | mod login; | ||
| 4 | mod pull; | ||
| 5 | mod push; | ||
| 6 | mod send; | ||