Ticket #10779 (needs_work enhancement)
Improve coverage test for structure/element.pyx
| Reported by: | ejeanvoi | Owned by: | mvngu |
|---|---|---|---|
| Priority: | major | Milestone: | sage-5.10 |
| Component: | doctest coverage | Keywords: | beginner |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description (last modified by knsam) (diff)
Improve coverage test for structure/element.pyx
Status as of Sage 5.7.beta4: 26% done -- 118 functions to doctest.
Attachments
Change History
Changed 2 years ago by ejeanvoi
-
attachment
trac_10779-doctests.patch
added
comment:1 Changed 3 months ago by knsam
- Priority changed from trivial to major
- Status changed from new to needs_review
comment:2 Changed 3 months ago by knsam
- Keywords beginner added
- Status changed from needs_review to needs_work
- Description modified (diff)
Hello!
- Please refer to the conventions page for how to write in ReST markup. For instance, you need a blank line after :: for getting verbatim environment. Also, please note that, a verbatim environment is preceded by ::.
- It'd be nice if you also go ahead and add more doctests. Also, please correct the docstrings formatting whenever you can -- like codifying self, True and such by using two backticks...
- Major: "ERROR: Please add a TestSuite(s).run() doctest."
Hoping to hear from you soon...
Cheers, Kannappan.
Note: See
TracTickets for help on using
tickets.

Added some doctests