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

Rewrite backtrace and tests #410

Merged
merged 2 commits into from
Nov 29, 2019
Merged

Rewrite backtrace and tests #410

merged 2 commits into from
Nov 29, 2019

Conversation

adamchainz
Copy link
Contributor

Make it faster by using a split implementation based on the Python version, and a list comprehension

Combine the tests since they really all tested one output.

Avoid capturing the frame for capture() itself, as per comment in tests - it's not very useful information to the user.

Make it faster by using a split implementation based on the Python version, and a list comprehension

Combine the tests since they really all tested one output.

Avoid capturing the frame for `capture()` itself, as per comment in tests - it's not very useful information to the user.
@adamchainz adamchainz merged commit 689e044 into master Nov 29, 2019
@adamchainz adamchainz deleted the backtrace branch November 29, 2019 13:48
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.

1 participant