summaryrefslogtreecommitdiff
path: root/Lib/test/test_startfile.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-15526: test_startfile changes the cwd (#1537)Victor Stinner2017-05-111-12/+15
* Fix a few typos. Patch by Eitan Adler.Ezio Melotti2013-01-271-1/+1
* Fix sporadic failure in test_startfile.Nadeem Vawda2011-04-191-0/+6
* Change more tests to use import_module for the modules thatR. David Murray2009-03-301-1/+1
* Add import_function method to test.test_support, and modify a number ofR. David Murray2009-03-301-2/+4
* 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
* Add a simple test for os.startfile().Thomas Heller2006-04-041-0/+36