summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_startfile.py
Commit message (Collapse)AuthorAgeFilesLines
* Change more tests to use import_module for the modules thatR. David Murray2009-03-301-1/+1
| | | | | should cause tests to be skipped. Also rename import_function to the more descriptive get_attribute and add a docstring.
* Add import_function method to test.test_support, and modify a number ofR. David Murray2009-03-301-2/+4
| | | | | | | | tests that expect to be skipped if imports fail or functions don't exist to use import_function and import_module. The ultimate goal is to change regrtest to not skip automatically on ImportError. Checking in now to make sure the buldbots don't show any errors on platforms I can't direct test on.
* we need os.path too for the normal run on windowsv2.5a1Neal Norwitz2006-04-041-3/+3
|
* Change the import statement so that the test is skipped whenThomas Heller2006-04-041-7/+8
| | | | os.startfile is not present.
* Add a simple test for os.startfile().Thomas Heller2006-04-041-0/+36