diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-24 19:22:23 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-24 19:48:14 +0100 |
| commit | 967de64e19c05a2f14e7c97da000c1f3b8ccc4ed (patch) | |
| tree | a675629a7d7731815a79beb3dfefa293e8fa9acc /tests/ngit/main.rs | |
| parent | d01380f7b3efebc9c40a2e71c2ddd635fa936be4 (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.rs | 6 |
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 @@ | |||
| 1 | mod init; | ||
| 2 | mod list; | ||
| 3 | mod login; | ||
| 4 | mod pull; | ||
| 5 | mod push; | ||
| 6 | mod send; | ||