Skip to content

Commit e3a1c48

Browse files
committed
Implementation and tests for the core utils packages for the scheduler refactor
1 parent 3db57b0 commit e3a1c48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/utils/test_registry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,3 +531,4 @@ def walk_packages(package_path, package_name):
531531
assert len(objects) == 1
532532
assert TestAutoRegistry.registry_populated is True
533533
assert TestAutoRegistry.registry is not None
534+
assert "module1class" in TestAutoRegistry.registry

0 commit comments

Comments
 (0)