Ticket #3643 (new defect)

Opened 3 months ago

Last modified 3 months ago

re-enable dsage/testdoc.py

Reported by: was Assigned to: yi
Priority: blocker Milestone: sage-3.2
Component: dsage Keywords:
Cc:

Description

I disabled dsage/testdoc.py for sage-3.0.5, since that system for doctesting dsage is BROKEN. For example

sage -t  devel/sage/sage/dsage/tests/testdoc.py
********************************************************************
File "/home/was/build/sage-3.0.4/tmp/testdoc.py", line 14:
   sage: a
Expected:
   5
Got:
   No output.

and this is just a typical timing issue. We have unit tests after all.

Change History

07/11/2008 12:26:44 PM changed by yi

This is fine. I am working hard to fix this in ticket #3600.