#18658: Skipped doctests in graph_plot.py
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  ncohen                 |       Status:  needs_work
           Type:         |    Milestone:  sage-6.8
  defect                 |   Resolution:
       Priority:  major  |    Merged in:
      Component:  graph  |    Reviewers:  Volker Braun
  theory                 |  Work issues:
       Keywords:         |       Commit:
        Authors:         |  375f2ff3ce56b8a0f7b53f31a64feaa6f9f2400b
  Nathann Cohen          |     Stopgaps:
Report Upstream:  N/A    |
         Branch:         |
  public/18658           |
   Dependencies:         |
-------------------------+-------------------------------------------------
Changes (by vdelecroix):

 * status:  positive_review => needs_work


Comment:

 {{{
 sage -t --long src/sage/doctest/sources.py
 **********************************************************************
 File "src/sage/doctest/sources.py", line 694, in
 sage.doctest.sources.FileDocTestSource._test_enough_doctests
 Failed example:
     for path, dirs, files in itertools.chain(os.walk('sage'),
 os.walk('doc')): # long time
         path = os.path.relpath(path)
         dirs.sort(); files.sort()
         for F in files:
             _, ext = os.path.splitext(F)
             if ext in ('.py', '.pyx', '.pxd', '.pxi', '.sage', '.spyx',
 '.rst'):
                 filename = os.path.join(path, F)
                 FDS = FileDocTestSource(filename,
 DocTestDefaults(long=True,optional=True))
                 FDS._test_enough_doctests(verbose=False)
 Expected:
     ...
     There are 1 unexpected tests being run in sage/doctest/reporting.py
     There are 9 tests in sage/graphs/graph_plot.py that are not being run
     There are 3 tests in sage/rings/invariant_theory.py that are not being
 run
 Got:
     ...
     There are 1 unexpected tests being run in sage/doctest/reporting.py
     There are 3 tests in sage/rings/invariant_theory.py that are not being
 run
 **********************************************************************
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/18658#comment:5>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to