Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
one more doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed Aug 25, 2021
1 parent 97060e9 commit 5d062ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/sage/symbolic/expression_conversions.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,13 @@ class SympyConverter(Converter):
"""
def __init__(self):
"""
TESTS::
sage: from sage.symbolic.expression_conversions import SympyConverter
sage: s = SympyConverter() # indirect doctest
sage: TestSuite(s).run(skip="_test_pickling")
"""
from sage.interfaces.sympy import sympy_init
sympy_init()

Expand Down

0 comments on commit 5d062ed

Please sign in to comment.