-
-
Notifications
You must be signed in to change notification settings - Fork 46.8k
pytest --doctest-modules data_structures fails #989
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
Labels
Comments
Merged
@QuantumNovice Do you have any interest in attacking these? Perhaps two separate PRs. Just delete the appropriate line in .travis.yml and then work to make the pytests pass. |
I was going through the issue and I saw this. I didn't get any notification about this. I'm working on it at #1108 . |
This issue was already fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Missing if __name__ == "__main__": ?
The text was updated successfully, but these errors were encountered: