We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd71c0b commit b6ab4feCopy full SHA for b6ab4fe
test/helper.py
@@ -119,3 +119,4 @@ def check_evaluation(
119
print(" and ")
120
print(f"expected=<<{msg}>>")
121
assert False, " do not match."
122
+
test/test_plot_detail.py
@@ -86,7 +86,7 @@
86
pyodide = None # noqa
87
88
89
-from test.helper import session, check_evaluation
+from test.helper import session
90
91
from mathics.builtin.drawing import plot
92
from mathics.core.expression import Expression
0 commit comments