diff options
author | Barry Warsaw <barry@python.org> | 1996-12-10 23:20:09 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-12-10 23:20:09 (GMT) |
commit | dde5c70c8af0417d4c6b675ea52852e41886e573 (patch) | |
tree | a9744f7b4f2fad5b4dc7b75f91962fb481b71134 /Lib/test/output/test_exceptions | |
parent | e4a252ef88bd788db6a0712b088ff128aa33d15d (diff) | |
download | cpython-dde5c70c8af0417d4c6b675ea52852e41886e573.zip cpython-dde5c70c8af0417d4c6b675ea52852e41886e573.tar.gz cpython-dde5c70c8af0417d4c6b675ea52852e41886e573.tar.bz2 |
Test output files in their new location
Diffstat (limited to 'Lib/test/output/test_exceptions')
-rw-r--r-- | Lib/test/output/test_exceptions | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Lib/test/output/test_exceptions b/Lib/test/output/test_exceptions new file mode 100644 index 0000000..5ccb7b8 --- /dev/null +++ b/Lib/test/output/test_exceptions @@ -0,0 +1,23 @@ +test_exceptions +5. Built-in exceptions +AttributeError +EOFError +IOError +ImportError +IndexError +KeyError +KeyboardInterrupt +(not testable in a script) +MemoryError +(not safe to test) +NameError +OverflowError +RuntimeError +(not used any more?) +SyntaxError +SystemError +(hard to reproduce) +SystemExit +TypeError +ValueError +ZeroDivisionError |