Skip to content

Commit 755b6d7

Browse files
authored
Update test method name to start with test_
1 parent 2f1ad95 commit 755b6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symengine/tests/test_sympy_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_has_functions_module():
7373
import symengine.sympy_compat as sp
7474
assert sp.functions.sin(0) == 0
7575

76-
def subclass_symbol():
76+
def test_subclass_symbol():
7777
# Subclass of Symbol with an extra attribute
7878
class Wrapper(Symbol):
7979
def __new__(cls, name, extra_attribute):

0 commit comments

Comments
 (0)