summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-05-30 08:47:19 (GMT)
committerGeorg Brandl <georg@python.org>2006-05-30 08:47:19 (GMT)
commitcdcede62c028beab6617affbf717a83c80910269 (patch)
treeb96d451f89d52162cd50c0c668bd9ecf36904378 /Lib/test/output
parentb0432bc032b6f9858e96457276c0f37352103e30 (diff)
downloadcpython-cdcede62c028beab6617affbf717a83c80910269.zip
cpython-cdcede62c028beab6617affbf717a83c80910269.tar.gz
cpython-cdcede62c028beab6617affbf717a83c80910269.tar.bz2
Convert test_exceptions to unittest.
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_exceptions52
1 files changed, 0 insertions, 52 deletions
diff --git a/Lib/test/output/test_exceptions b/Lib/test/output/test_exceptions
deleted file mode 100644
index 28a7aa8..0000000
--- a/Lib/test/output/test_exceptions
+++ /dev/null
@@ -1,52 +0,0 @@
-test_exceptions
-5. Built-in exceptions
-spam
-AttributeError
-spam
-EOFError
-spam
-IOError
-spam
-ImportError
-spam
-IndexError
-'spam'
-KeyError
-spam
-KeyboardInterrupt
-(not testable in a script)
-spam
-MemoryError
-(not safe to test)
-spam
-NameError
-spam
-OverflowError
-spam
-RuntimeError
-(not used any more?)
-spam
-SyntaxError
-'continue' not supported inside 'finally' clause
-ok
-'continue' not properly in loop
-ok
-'continue' not properly in loop
-ok
-spam
-IndentationError
-spam
-TabError
-spam
-SystemError
-(hard to reproduce)
-spam
-SystemExit
-spam
-TypeError
-spam
-ValueError
-spam
-ZeroDivisionError
-spam
-Exception