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 6b9de40 commit 1baf141Copy full SHA for 1baf141
1 file changed
Tests/test_image.py
@@ -466,6 +466,9 @@ def test_registered_extensions_uninitialized(self) -> None:
466
# Assert
467
assert Image._initialized == 2
468
469
+ for extension in Image.EXTENSION:
470
+ assert extension in Image._EXTENSION_PLUGIN
471
+
472
def test_registered_extensions(self) -> None:
473
# Arrange
474
# Open an image to trigger plugin registration
0 commit comments