Commit graph

8 commits

Author SHA1 Message Date
Éric Araujo
ae50babe32 Synchronize some distutils tests with 3.2.
- Actually check the contents of the file created by bdist_dumb.
- Don’t use “RECORD” as filename for non-PEP 376 record file
- Don’t start method name with “_test”, it looks like a disabled test
  method instead of an helper method
- Fix some idioms (assertIn, addCleanup)
2012-02-26 01:53:53 +01:00
Ezio Melotti
2623a37852 Merged revisions 86596 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line

  #9424: Replace deprecated assert* methods in the Python test suite.
........
2010-11-21 13:34:58 +00:00
Georg Brandl
28aeb0d0ab Add missing import when running these tests standalone. 2010-02-06 23:53:52 +00:00
Tarek Ziadé
2b06d42db5 Changed distutils tests to avoid environment alteration 2009-10-18 09:28:26 +00:00
Ezio Melotti
1036a7f7e1 #6026 - fix tests that failed without zlib 2009-09-12 14:43:43 +00:00
Tarek Ziadé
d0ca455368 raising bdist_dumb test coverage 2009-07-02 12:47:54 +00:00
Tarek Ziadé
3e3eace7d7 Fixed #6131: test_modulefinder leaked when run after test_distutils 2009-05-29 08:08:07 +00:00
Tarek Ziadé
11b34d07d8 more test coverage 2009-02-23 12:41:29 +00:00