Lichen

tests/builtin_names.py

323:5159c0d73bbf
2016-12-05 Paul Boddie Added an option to build and run tests, saving their output for inspection.
     1 def f():     2     return StopIteration     3      4 print f()                   # __builtins__.exception.base.StopIteration