From: Joey Hess Date: Tue, 30 May 2023 20:11:29 +0000 (-0400) Subject: improve test descriptions X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~40^2~122 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c1e415887ab00b1565e73abfbbaac51b8c61b908;p=git-annex.git improve test descriptions --- diff --git a/Test.hs b/Test.hs index 673a9d5ee6..e6204d4f3e 100644 --- a/Test.hs +++ b/Test.hs @@ -282,8 +282,8 @@ repoTests note numparts = map mk $ sep , testCase "readonly remote" test_readonly_remote , testCase "ignore deleted files" test_ignore_deleted_files , testCase "metadata" test_metadata - , testCase "export_import" test_export_import - , testCase "export_import_subdir" test_export_import_subdir + , testCase "export and import" test_export_import + , testCase "export and import of subdir" test_export_import_subdir , testCase "shared clone" test_shared_clone , testCase "log" test_log , testCase "view" test_view