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 2f1ad95 commit 755b6d7Copy full SHA for 755b6d7
symengine/tests/test_sympy_compat.py
@@ -73,7 +73,7 @@ def test_has_functions_module():
73
import symengine.sympy_compat as sp
74
assert sp.functions.sin(0) == 0
75
76
-def subclass_symbol():
+def test_subclass_symbol():
77
# Subclass of Symbol with an extra attribute
78
class Wrapper(Symbol):
79
def __new__(cls, name, extra_attribute):
0 commit comments