We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f594e7c commit 5fa36b2Copy full SHA for 5fa36b2
plotpy/tests/features/test_colormap_editor.py
@@ -22,7 +22,7 @@
22
from plotpy.widgets.colormap.widget import EditableColormap
23
24
25
-def test_colormap_manager() -> None:
+def test_colormap_editor() -> None:
26
"""Test the colormap editor widget and the CustomQwtLinearColormap class
27
by using multiple methods to initialize and export the colormap.
28
"""
@@ -82,4 +82,4 @@ def test_colormap_manager() -> None:
82
83
84
if __name__ == "__main__":
85
- test_colormap_manager()
+ test_colormap_editor()
0 commit comments