Przeglądaj źródła

Add new test modules to test suite configuration

Jelmer Vernooij 6 dni temu
rodzic
commit
638ee029f3
1 zmienionych plików z 8 dodań i 2 usunięć
  1. 8 2
      tests/__init__.py

+ 8 - 2
tests/__init__.py

@@ -123,6 +123,8 @@ class BlackboxTestCase(TestCase):
 
 def self_test_suite() -> unittest.TestSuite:
     names = [
+        "__init__",
+        "__main__",
         "aiohttp",
         "annotate",
         "approxidate",
@@ -164,10 +166,11 @@ def self_test_suite() -> unittest.TestSuite:
         "midx",
         "missing_obj_finder",
         "notes",
-        "objects",
-        "objectspec",
         "object_filters",
+        "object_format",
         "object_store",
+        "objects",
+        "objectspec",
         "pack",
         "patch",
         "protocol",
@@ -212,6 +215,9 @@ def self_test_suite() -> unittest.TestSuite:
         "merge",
         "notes",
         "rebase",
+        "submodule",
+        "tag",
+        "worktree",
     ]
     module_names += ["tests.porcelain"] + [
         "tests.porcelain.test_" + name for name in porcelain_names