diff options
author | Guido van Rossum <guido@python.org> | 1997-09-06 18:42:57 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-09-06 18:42:57 (GMT) |
commit | 6c61242c7832459932c4b9e3ede6efa8dc2f8cbe (patch) | |
tree | 9275f0e2657f4289c013e70c47f84e168d295ec7 /Lib/test/output/test_pkg | |
parent | d6bf45bcf669a13b2d8c3996b466c5171eca0e53 (diff) | |
download | cpython-6c61242c7832459932c4b9e3ede6efa8dc2f8cbe.zip cpython-6c61242c7832459932c4b9e3ede6efa8dc2f8cbe.tar.gz cpython-6c61242c7832459932c4b9e3ede6efa8dc2f8cbe.tar.bz2 |
Test set for package import.
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'] |