Support multi-step alignment and pipeline integration in dump comparator (#19378)
This commit is contained in:
+1
-1
@@ -192,7 +192,7 @@ def run_a_suite(args):
|
||||
files = [
|
||||
f
|
||||
for f in glob.glob("registered/**/*.py", recursive=True)
|
||||
if not f.endswith("/conftest.py")
|
||||
if not f.endswith("/conftest.py") and not f.endswith("/__init__.py")
|
||||
]
|
||||
# Strict: all registered files must have proper registration
|
||||
sanity_check = True
|
||||
|
||||
Reference in New Issue
Block a user