We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c5450c commit 09bbc37Copy full SHA for 09bbc37
1 file changed
test/test_plot_detail.py
@@ -109,7 +109,11 @@
109
# either raise assertion error, or update reference file
110
UPDATE_MODE = False
111
112
-session.evaluate('LoadModule["pymathics.vectorizedplot"]')
+check_evaluation(
113
+ 'LoadModule["pymathics.vectorizedplot"]',
114
+ '"pymathics.vectorizedplot"',
115
+ "module not available.",
116
+)
117
check_evaluation(
118
"StringTake[ToString[?? ContourPlot3D],17]",
119
'"\n ContourPlot3D["',
0 commit comments