"""Test animation registry cleanup on widget destruction.""" def test_registry_cleans_up_on_widget_destroyed(self, qapp, window_widget): """Test that destroyed widgets are removed from registry.""" ...