Hi David, On Fri, Jun 11, 2010 at 8:32 AM, Dr. David Kirkby <david.kir...@onetel.net> wrote:
<SNIP> > Consider two areas > > # interfaces/tachyon.py: 0% (0 of 4) > # graphs/generic_graph.py: 99% (200 of 201) > > Where would it be most useful to add one doc test? > > At least from my very little understanding of this, Having 89% coverage > would be better than 90% coverage, if those 89% were well targeted. >From test-oriented software development: Any function that is not tested is considered broken. That includes functions, classes, methods defined using cdef and cpdef. -- Regards Minh Van Nguyen -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org