-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Don't mark empty doctest files as skipped, fixes #1578 #1580
Don't mark empty doctest files as skipped, fixes #1578 #1580
Conversation
I don't really understand the implications of the change, but it seems like it made a lot of tests fail 😉 |
@The-Compiler yeah I know :p |
i think this is related to fixture support for docktests, @nicoddemus do you remember details by chance? |
18a15c4
to
3aa6858
Compare
items, reprec = testdir.inline_genitems(w) | ||
assert len(items) == 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks like it was a test bug
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep!
3aa6858
to
cd427a1
Compare
requires #1582 to pass |
cd427a1
to
74862b8
Compare
Looks good, it makes much more sense for |
Only missing |
AppVeyor is slooooooww |
Yep, it doesn't have multiple jobs like Travis, so we wait. 😌 |
Merged, thanks again @graingert! (The AppVeyor failure was unrelated, will see to that in a separate PR) |
No description provided.