소스 검색

Ensure tests are run

Jelmer Vernooij 2 달 전
부모
커밋
9a4e6114db
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/__init__.py
  2. 1 0
      tests/compat/__init__.py

+ 1 - 0
tests/__init__.py

@@ -162,6 +162,7 @@ def self_test_suite() -> unittest.TestSuite:
         "mbox",
         "merge",
         "merge_drivers",
+        "midx",
         "missing_obj_finder",
         "notes",
         "objects",

+ 1 - 0
tests/compat/__init__.py

@@ -34,6 +34,7 @@ def test_suite() -> unittest.TestSuite:
         "dumb",
         "index",
         "lfs",
+        "midx",
         "pack",
         "patch",
         "porcelain",