diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-28 03:50:51 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-28 03:50:51 +0000 |
| commit | b2a43ffbd965a2b561d7b4e4c582dfeadd099ed3 (patch) | |
| tree | 39273494f7993f93b6ad8c5c2a726c37c9a7483f /tests/repository_creation.rs | |
| parent | f41550ea1898be2ec6c4be205e4cad0085400313 (diff) | |
test: rationalise repository creation tests
Diffstat (limited to 'tests/repository_creation.rs')
| -rw-r--r-- | tests/repository_creation.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/repository_creation.rs b/tests/repository_creation.rs index 569f77e..87a7a0c 100644 --- a/tests/repository_creation.rs +++ b/tests/repository_creation.rs | |||
| @@ -59,5 +59,3 @@ macro_rules! isolated_test { | |||
| 59 | 59 | ||
| 60 | // Generate isolated tests for all repository creation tests | 60 | // Generate isolated tests for all repository creation tests |
| 61 | isolated_test!(test_bare_repo_created_on_announcement); | 61 | isolated_test!(test_bare_repo_created_on_announcement); |
| 62 | isolated_test!(test_repo_creation_idempotent); | ||
| 63 | isolated_test!(test_bare_repo_structure); | ||