Benjamin Peterson
|
c9c0f201fe
|
convert old fail* assertions to assert*
|
2009-06-30 23:06:06 +00:00 |
Tarek Ziadé
|
939f9c898a
|
Merged revisions 71884 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71884 | tarek.ziade | 2009-04-25 14:51:59 +0200 (Sat, 25 Apr 2009) | 1 line
#5810: Fixed Distutils test_build_scripts
........
|
2009-04-25 12:53:56 +00:00 |
Tarek Ziadé
|
68c50950c9
|
Merged revisions 69598 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69598 | tarek.ziade | 2009-02-14 00:00:43 +0100 (Sat, 14 Feb 2009) | 1 line
Fixed #4524: distutils build_script command failed with --with-suffix=3
........
|
2009-02-13 23:04:17 +00:00 |
Martin v. Löwis
|
4085f030bd
|
Add missing executable option to DummyCommand.
|
2004-08-26 05:44:02 +00:00 |
Fred Drake
|
edcac8f416
|
make sure distutils logging is shut off in tests to avoid spurious output
|
2004-08-03 18:53:07 +00:00 |
Fred Drake
|
22021579a9
|
add boilerplate so the test modules can be run as scripts
|
2004-06-25 19:04:21 +00:00 |
Fred Drake
|
2c9f889122
|
add a couple of tests for the build_scripts command
|
2004-06-21 16:15:22 +00:00 |