# HG changeset patch # User Jeff Hammel # Date 1330643067 28800 # Node ID 73e6956c670aa70eb04d37a0d667072e14db4a4a # Parent a40f050812cba40911e2b8ceede4f27b0115c6e1 ensure all the files are in the right place diff -r a40f050812cb -r 73e6956c670a tests/doctest.txt --- a/tests/doctest.txt Thu Mar 01 14:48:39 2012 -0800 +++ b/tests/doctest.txt Thu Mar 01 15:04:27 2012 -0800 @@ -59,6 +59,10 @@ >>> srcdir = os.path.join(tmpdir, 'HelloWorld-0.0') >>> os.path.exists(os.path.join(srcdir, 'setup.py')) True + >>> 'helloworld' in os.listdir(srcdir) + True + >>> os.listdir(os.path.join(srcdir, 'helloworld')) + ['__init__.py'] >>> shutil.rmtree(tmpdir) Upload the same package but with the wrong name::