Skip to content

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

Closed
cclauss opened this issue Jul 9, 2019 · 3 comments
Closed

pytest --doctest-modules data_structures fails #989

cclauss opened this issue Jul 9, 2019 · 3 comments

Comments

@cclauss
Copy link
Member

cclauss commented Jul 9, 2019

Missing if __name__ == "__main__": ?

@cclauss cclauss changed the title python3 -m doctest -v hashing fails python3 -m doctest -v hashes fails Jul 9, 2019
@cclauss cclauss closed this as completed Jul 9, 2019
@cclauss cclauss changed the title python3 -m doctest -v hashes fails python3 -m doctest -v data_structures fails Jul 9, 2019
@cclauss cclauss reopened this Jul 9, 2019
@cclauss cclauss changed the title python3 -m doctest -v data_structures fails python3 -m doctest -v data_structures/* fails Jul 10, 2019
@cclauss cclauss changed the title python3 -m doctest -v data_structures/* fails pytest --doctest-modules fails Jul 14, 2019
@cclauss
Copy link
Member Author

cclauss commented Jul 14, 2019

  1. pytest --doctest-modules data_structures/stacks/balanced_parentheses.py
  2. pytest --doctest-modules data_structures/stacks/infix_to_postfix_conversion.py

@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.

@cclauss cclauss changed the title pytest --doctest-modules fails pytest --doctest-modules data_structures fails Jul 14, 2019
@QuantumNovice
Copy link
Contributor

QuantumNovice commented Aug 6, 2019

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 .

@cclauss
Copy link
Member Author

cclauss commented Aug 6, 2019

This issue was already fixed.

@cclauss cclauss closed this as completed Aug 6, 2019
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

2 participants