#10300: Test some command line options
------------------------------+---------------------------------------------
Reporter: jdemeyer | Owner: mvngu
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.6.1
Component: doctest | Keywords: command line tests
Author: Jeroen Demeyer | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Changes (by jdemeyer):
* status: needs_work => needs_review
Old description:
> There should be a new test, say {{{sage/tests/cmdline.py}}} which tests
> that some command line options to {{{./sage}}} actually work. In
> particular {{{./sage -startuptime}}} should be tested to prevent #10293
> from happening again.
>
> With the current patch, we test
> {{{
> -advanced
> -branch
> -c
> -ecl
> -experimental
> -gap
> -gp
> -h
> -help
> -ipython
> -kash
> -lisp
> -min
> -mwrank
> -optional
> -python
> -q
> -root
> -sh
> -singular
> -standard
> -startuptime
> -v
> -zzfoobar (illegal option)
> }}}
>
> Dependencies: #10302, #10306
New description:
There should be a new test, say {{{sage/tests/cmdline.py}}} which tests
that some command line options to {{{./sage}}} actually work. In
particular {{{./sage -startuptime}}} should be tested to prevent #10293
from happening again.
With the current patch, we test
{{{
--advanced
--branch
-c
--ecl
--experimental
--gap
--gp
-h
--help
--ipython
--kash
--lisp
--min
--mwrank
--optional
--python
-q
--root
--sh
--singular
--standard
--startuptime
-v
--zzfoobar (illegal option)
}}}
Dependencies: #10302, #10306
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10300#comment:14>
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 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.