diff options
Diffstat (limited to 'Lib/test/output/test_pkg')
-rw-r--r-- | Lib/test/output/test_pkg | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Lib/test/output/test_pkg b/Lib/test/output/test_pkg new file mode 100644 index 0000000..19ac6f2 --- /dev/null +++ b/Lib/test/output/test_pkg @@ -0,0 +1,29 @@ +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'] +['__builtins__', '__doc__', '__file__', '__name__', '__path__', 'foo', 'string', 't5'] +['__builtins__', '__doc__', '__file__', '__name__', 'string'] +['__builtins__', '__doc__', '__file__', '__name__', 'spam'] |