#5841: reenable interface/lisp.py doctests
------------------------+---------------------------------------------------
Reporter: mabshoff | Owner: mabshoff
Type: defect | Status: new
Priority: critical | Milestone: sage-4.4.3
Component: doctest | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Changes (by kcrisman):
* cc: mvngu, mhansen (added)
* upstream: => N/A
Comment:
As far as I can tell, this is all no longer true.
{{{
./sage -t devel/sage/sage/interfaces/lisp.py
sage -t "devel/sage/sage/interfaces/lisp.py"
[5.7 s]
----------------------------------------------------------------------
All tests passed!
Total time for all tests: 5.7 seconds
}}}
Random tests that seem to be working fine:
{{{
sage: lisp._equality_symbol()
---------------------------------------------------------------------------
<snip>
NotImplementedError: We should never reach here in the Lisp interface.
Please report this as a bug.
sage: lisp.function_call('sin', ['2'])
0.90929741
sage: lisp.sin(2)
0.90929741
}}}
I figure this should be closed...
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5841#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.