Skip to content
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

Use chain.from_iterable in mocking.py #34

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cool-RR
Copy link

@cool-RR cool-RR commented Jun 17, 2020

This is a faster and more idiomatic way of using itertools.chain. Instead of computing all the items in the iterable and storing them in memory, they are computed one-by-one and never stored as a huge list. This can save on both runtime and memory space.

@coveralls
Copy link

coveralls commented Jun 17, 2020

Coverage Status

Coverage remained the same at 100.0% when pulling 3bbc0d4 on cool-RR:patch-1 into f8af888 on miki725:master.

@cool-RR
Copy link
Author

cool-RR commented Jun 17, 2020

Hmm, I think that the CI failure is not related to my change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants