浏览代码

Register object_filters unit tests in test suite

Jelmer Vernooij 1 月之前
父节点
当前提交
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",