We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6659b6 commit b52eb2dCopy full SHA for b52eb2d
tests/unit/utils/test_registry.py
@@ -490,7 +490,6 @@ class Module1Class:
490
assert TestAutoRegistry.registry_populated is True
491
assert TestAutoRegistry.registry is not None
492
assert "module1class" in TestAutoRegistry.registry
493
- """Test complete auto-discovery workflow with mocked imports."""
494
495
class TestAutoRegistry(RegistryMixin):
496
registry_auto_discovery = True
0 commit comments