diff options
| -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.rs | 6 | ||||
| -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 @@ | |||
| 1 | mod init; | ||
| 2 | mod list; | ||
| 3 | mod login; | ||
| 4 | mod pull; | ||
| 5 | mod push; | ||
| 6 | mod 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 | |||