Skip to content

Commit

Permalink
TEST: failure
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Apr 23, 2021
1 parent a9b274e commit bb93f57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testing/test_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -5063,6 +5063,10 @@ def test_error_with_traceback_limit():
class ConfigWithLimit(ConfigTest):
show_traceback_on_error_limit = 2

a = "a" * 5
b = a + "b"
assert a == b

def fn():
def f(i):
i -= 1
Expand Down

0 comments on commit bb93f57

Please sign in to comment.