#20182: Automatic doctest for external softwares
-------------------------+-------------------------------------------------
Reporter: klee | Owner:
Type: | Status: new
enhancement | Milestone: sage-7.1
Priority: major | Resolution:
Component: | Merged in:
doctest framework | Reviewers:
Keywords: | Work issues:
Authors: | Commit:
Kwankyu Lee | 781796004587c55aaa385754f69498c1cecfea0d
Report Upstream: N/A | Stopgaps:
Branch: |
public/20182 |
Dependencies: |
-------------------------+-------------------------------------------------
Comment (by jhpalmieri):
I had to make this change in `oeis.py` to fix one failure:
{{{
#!diff
diff --git a/src/sage/databases/oeis.py b/src/sage/databases/oeis.py
index ff88286..b8de905 100644
--- a/src/sage/databases/oeis.py
+++ b/src/sage/databases/oeis.py
@@ -841,7 +841,7 @@ class OEISSequence(SageObject):
A000045: Fibonacci numbers: F(n) = F(n-1) + F(n-2) with F(0)
= 0 and F(1) = 1.
sage: f.keywords() # optional --
internet
- ('core', 'nonn', 'nice', 'easy', 'hear')
+ ('core', 'nonn', 'nice', 'easy', 'hear', 'changed')
TESTS::
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/20182#comment:46>
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 https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.