]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Restructure testing of .pth files. Move previous functions into a class and
authorBrett Cannon <bcannon@gmail.com>
Sat, 10 Jul 2004 02:10:45 +0000 (02:10 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 10 Jul 2004 02:10:45 +0000 (02:10 +0000)
commit64a84702461a22bc36f8534ec42f47096abfcc94
treed9282d3bf79c1544306d8a0f511289cb82d1ae5d
parentf6067ec336e2eff1fc1cce90c67c20b0d4e80c22
Restructure testing of .pth files.  Move previous functions into a class and
create a testing method that can be called to make sure that the handling of
the .pth file was correct.
Lib/test/test_site.py