diff options
author | Collin Winter <collinw@gmail.com> | 2007-08-24 19:15:12 (GMT) |
---|---|---|
committer | Collin Winter <collinw@gmail.com> | 2007-08-24 19:15:12 (GMT) |
commit | 11e065b37cd1c62c3f8c293f51ea901169d894f9 (patch) | |
tree | 17117d1c7bc231daf6c58bf5c556bfa99954543d /Lib/test/output | |
parent | 70e79803fcc93e19808faa240a5f5e4854d0b077 (diff) | |
download | cpython-11e065b37cd1c62c3f8c293f51ea901169d894f9.zip cpython-11e065b37cd1c62c3f8c293f51ea901169d894f9.tar.gz cpython-11e065b37cd1c62c3f8c293f51ea901169d894f9.tar.bz2 |
Convert test_pkg to use unittest.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_pkg | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/Lib/test/output/test_pkg b/Lib/test/output/test_pkg deleted file mode 100644 index d1a891b..0000000 --- a/Lib/test/output/test_pkg +++ /dev/null @@ -1,43 +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 -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 |