-
-
Notifications
You must be signed in to change notification settings - Fork 516
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
Allow reporting of skipped optional tests #13278
Comments
Author: David Roe |
comment:1
It was necessary to do some cleanup in There will be some double counting if optional tests are marked with multiple tags. For ReST files with inner sources we'll also miss the optional tests in the inner sources. Both issues seem minor enough that they're not worth the extra code complexity. |
Attachment: 13278_script.patch.gz |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:4
Could you add a test to And I would enable |
Attachment: 13278.patch.gz |
comment:5
Replying to @jdemeyer:
Done. |
comment:6
Why still use
especially since you replace
by
|
comment:7
And why isn't
|
comment:8
Line 405, you could replace
by
Then you don't need to check for "not tested" or "not implemented" further. And I think the translation "known bug" -> "bug" should better be moved inside the |
Reviewer: Jeroen Demeyer |
This comment has been minimized.
This comment has been minimized.
comment:10
Fixed. |
comment:11
Attachment: 13278_review.patch.gz
I'll have a look. |
Attachment: 13278_review2.patch.gz |
comment:13
attachment: 13278_review2.patch (which replaces attachment: 13278_review.patch) needs review. |
This comment has been minimized.
This comment has been minimized.
comment:14
Works for me. |
comment:15
This conflicts massively with #14331, rebasing... :-( |
comment:16
Attachment: 13278.2.patch.gz Rebased and squashed the two patches. |
This comment has been minimized.
This comment has been minimized.
Merged: sage-5.9.beta2 |
From a discussion on sage-combinat-devel:
Optionally print extra information after doctesting: how many optional doctests were skipped, and how they were labeled ("skipped 5 doctests marked "optional -- bug").
See also #14276.
Apply attachment: 13278.2.patch
Apply attachment: 13278_script.patch to the script repo
Depends on #12415
Depends on #14331
Component: doctest framework
Author: David Roe
Reviewer: Jeroen Demeyer
Merged: sage-5.9.beta2
Issue created by migration from https://trac.sagemath.org/ticket/13278
The text was updated successfully, but these errors were encountered: