summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorCollin Winter <collinw@gmail.com>2007-08-24 19:13:58 (GMT)
committerCollin Winter <collinw@gmail.com>2007-08-24 19:13:58 (GMT)
commit0f5e87a2661c57f16ca3ff951c239da32e73fc27 (patch)
tree47843a6472f81f37384c9a5a8ea69346e904b941 /Lib/test/output
parentfe3b4b9507368de10a0b16aada418b08e0108c3b (diff)
downloadcpython-0f5e87a2661c57f16ca3ff951c239da32e73fc27.zip
cpython-0f5e87a2661c57f16ca3ff951c239da32e73fc27.tar.gz
cpython-0f5e87a2661c57f16ca3ff951c239da32e73fc27.tar.bz2
Convert test_pkg to use unittest.
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_pkg45
1 files changed, 0 insertions, 45 deletions
diff --git a/Lib/test/output/test_pkg b/Lib/test/output/test_pkg
deleted file mode 100644
index 8a5ab8d..0000000
--- a/Lib/test/output/test_pkg
+++ /dev/null
@@ -1,45 +0,0 @@
-test_pkg
-running test t1
-running test t2
-t2 loading
-doc for t2
-t2.sub.subsub loading
-t2 t2.sub t2.sub.subsub
-['sub', 't2']
-t2.sub t2.sub.subsub
-t2.sub.subsub
-['spam', 'sub', 'subsub', 't2']
-t2 t2.sub t2.sub.subsub
-['spam', 'sub', 'subsub', 't2']
-running test t3
-t3 loading
-t3.sub.subsub loading
-t3 t3.sub t3.sub.subsub
-t3 loading
-t3.sub.subsub loading
-running test t4
-t4 loading
-t4.sub.subsub loading
-t4.sub.subsub.spam = 1
-running test t5
-t5.foo loading
-t5.string loading
-1
-['foo', 'string', 't5']
-['__doc__', '__file__', '__name__', '__path__', 'foo', 'string', 't5']
-['__doc__', '__file__', '__name__', 'string']
-['__doc__', '__file__', '__name__', 'spam']
-running test t6
-['__all__', '__doc__', '__file__', '__name__', '__path__']
-t6.spam loading
-t6.ham loading
-t6.eggs loading
-['__all__', '__doc__', '__file__', '__name__', '__path__', 'eggs', 'ham', 'spam']
-['eggs', 'ham', 'spam', 't6']
-running test t7
-t7 loading
-['__doc__', '__file__', '__name__', '__path__']
-['__doc__', '__file__', '__name__', '__path__']
-t7.sub.subsub loading
-['__doc__', '__file__', '__name__', '__path__', 'spam']
-t7.sub.subsub.spam = 1