소스 검색

Register object_filters unit tests in test suite

Jelmer Vernooij 3 주 전
부모
커밋
52a3cd5da5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/__init__.py

+ 1 - 0
tests/__init__.py

@@ -169,6 +169,7 @@ def self_test_suite() -> unittest.TestSuite:
         "notes",
         "objects",
         "objectspec",
+        "object_filters",
         "object_store",
         "pack",
         "patch",