]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
This test previously failed when run from the 'test' directory. In that
authorMark Hammond <mhammond@skippinet.com.au>
Thu, 16 Jan 2003 04:56:52 +0000 (04:56 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Thu, 16 Jan 2003 04:56:52 +0000 (04:56 +0000)
commitd800ae12f2efa048ee4e9c2558e646c9f3304022
treebceee24acc770294173d9eef69cf6abbd64b8ef8
parent883400933810ac62631c391766c1380a65fbc4de
This test previously failed when run from the 'test' directory.  In that
case, the test module created is actually a sub-package of 'test', thus
the module is named 'test.areallylongpackage...' - this caused failure.

Replace the hard-coded module names with __name__ attributes, which
correctly reflects any hierarchy.
Lib/test/test_repr.py