We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04bb9f6 commit 7d360a9Copy full SHA for 7d360a9
test/helper.py
@@ -2,9 +2,8 @@
2
import time
3
from typing import Optional
4
5
-
6
-from mathics.core.symbols import Symbol
7
from mathics.core.load_builtin import import_and_load_builtins
+from mathics.core.symbols import Symbol
8
from mathics.session import MathicsSession
9
10
import_and_load_builtins()
@@ -119,4 +118,3 @@ def check_evaluation(
119
118
print(" and ")
120
print(f"expected=<<{msg}>>")
121
assert False, " do not match."
122
0 commit comments