pudb/test/test-api.py

6 lines
55 B
Python

def f():
fail
from pudb import runcall
runcall(f)