Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"sage -testall" should summarize all failures at the end of the run #879

Closed
sagetrac-cwitty mannequin opened this issue Oct 13, 2007 · 6 comments
Closed

"sage -testall" should summarize all failures at the end of the run #879

sagetrac-cwitty mannequin opened this issue Oct 13, 2007 · 6 comments

Comments

@sagetrac-cwitty
Copy link
Mannequin

sagetrac-cwitty mannequin commented Oct 13, 2007

"sage -testall" has at least three parts (DSage unit tests, documentation doctests, library doctests). If some documentation doctests fail, you have to know to look in the middle of the -testall output to notice; the end of the output may well say that all tests passed (meaning all library doctests).

CC: @garyfurnish @orlitzky

Component: doctest coverage

Reviewer: Michael Orlitzky

Issue created by migration from https://trac.sagemath.org/ticket/879

@sagetrac-cwitty sagetrac-cwitty mannequin added this to the sage-2.10.2 milestone Oct 13, 2007
@sagetrac-cwitty sagetrac-cwitty mannequin added t: tests labels Oct 13, 2007
@sagetrac-mabshoff sagetrac-mabshoff mannequin modified the milestones: sage-2.10.2, sage-2.9 Dec 4, 2007
@JohnCremona
Copy link
Member

comment:2

The desired behaviour is what actually happens now, so this ticket can surely be closed.

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Sep 4, 2008

comment:3

This is actually not solved yet in the regular sage-test, but in sage-ptest. We need to merge the two implementations or alternatively move the features to sage-test to close this ticket.

Cheers,

Michael

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Dec 5, 2008

comment:4

FYI

@koffie
Copy link

koffie commented Aug 23, 2011

comment:6

I think this ticket can be closed since it works now.

@orlitzky
Copy link
Contributor

orlitzky commented Dec 1, 2011

Reviewer: Michael Orlitzky

@orlitzky
Copy link
Contributor

orlitzky commented Dec 1, 2011

comment:7

Agreed, it's working now. I broke a test in the tutorial and some others in the main library are failing because of an upgraded Maxima spkg. They all get shown in the summary at the end:

$ sage -testall

...

The following tests failed:


	sage -t  -force_lib "devel/sage/doc/en/tutorial/tour_functions.rst"
	sage -t  -force_lib "devel/sage/sage/symbolic/expression.pyx"
	sage -t  -force_lib "devel/sage/sage/symbolic/integration/integral.py"
	sage -t  -force_lib "devel/sage/sage/interfaces/maxima_abstract.py"
	sage -t  -force_lib "devel/sage/sage/tests/cmdline.py"
Total time for all tests: 6717.0 seconds
Please see /home/mjo/.sage//tmp/test.log for the complete log from this test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants