-
-
Notifications
You must be signed in to change notification settings - Fork 517
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
the optional polymake doctests are seriously misformatted so never run #12340
Comments
comment:1
By the way, this code is from my commit 271, i.e., ancient history, before there was an infrastructure for how optional package tests worked. But it would be good to update this. |
comment:2
I'm working on this, looks like polymake appears in |
Attachment: trac_12340.patch.gz mark doctests requiring polymake correctly |
comment:3
I could add doctests to a bunch of functions here, but I can't get the the polymake spkg to build on pretty much any platform, see #5488. But in the meantime, the attached patch corrects the optional doctests. |
Reviewer: Mike Hansen |
Author: Benjamin Jones |
comment:4
Looks good to me. |
Changed keywords from none to sd40.5 |
Merged: sage-5.1.beta3 |
reveals many tests marked
# optional: needs polymake
.These will NOT get run by doing
They should be formatted as
By the way, this test works fine without polymake is installed, because it doesn't do anything, so improve that by adding another test right after this that actually exercise the optional package.
Component: doctest coverage
Keywords: sd40.5
Author: Benjamin Jones
Reviewer: Mike Hansen
Merged: sage-5.1.beta3
Issue created by migration from https://trac.sagemath.org/ticket/12340
The text was updated successfully, but these errors were encountered: