summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_startfile.py
Commit message (Collapse)AuthorAgeFilesLines
* 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