#5621: [with patch, needs work] doctests for calculus.py
---------------------------+------------------------------------------------
 Reporter:  mvngu          |       Owner:  tba                 
     Type:  enhancement    |      Status:  new                 
 Priority:  major          |   Milestone:  sage-3.4.2          
Component:  documentation  |    Keywords:  doctest, calculus.py
---------------------------+------------------------------------------------

Comment(by was):

 This patch causes a few tiny doctest failures.  Can you fix them and post
 another patch:
 {{{
 sage -t  devel/sage/sage/calculus/calculus.py
 **********************************************************************
 File "/scratch/wstein/build/sage-3.4.1.rc2-ref2/devel/sage-
 main/sage/calculus/calculus.py", line 4921:
     sage: var("x,y,z");
 Expected nothing
 Got:
     (x, y, z)
 **********************************************************************
 File "/scratch/wstein/build/sage-3.4.1.rc2-ref2/devel/sage-
 main/sage/calculus/calculus.py", line 4968:
     sage: var("x,y,z");
 Expected nothing
 Got:
     (x, y, z)
 **********************************************************************
 File "/scratch/wstein/build/sage-3.4.1.rc2-ref2/devel/sage-
 main/sage/calculus/calculus.py", line 5537:
     sage: var("a,b");
 Expected nothing
 Got:
     (a, b)
 **********************************************************************
 3 items had failures:
    1 of   6 in __main__.example_119
    1 of  12 in __main__.example_121
    1 of   5 in __main__.example_138
 ***Test Failed*** 3 failures.
 For whitespace errors, see the file
 /scratch/wstein/build/sage-3.4.1.rc2-ref2/tmp/.doctest_calculus.py
          [48.7 s]

 ----------------------------------------------------------------------

 The following tests failed:

         sage -t  devel/sage/sage/calculus/calculus.py # 3 doctests failed
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5621#comment:2>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to