summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_macostools.py
Commit message (Collapse)AuthorAgeFilesLines
* Have test_mkalias_relative check that sys.prefix already exists; otherwise testBrett Cannon2004-12-061-0/+6
| | | | | | | | | | is pointless. Also add a note to the docs for the 'test' package that test cases should check first that any conditions needed in the operating system are met before having a test run. Closes bug #1077302. THanks, Ian Holsman.
* Getting rid of macfs.Jack Jansen2003-02-271-3/+3
|
* Whitespace normalization.Tim Peters2003-02-191-7/+7
|
* Use os.path.realpath() in stead of abspath(), so the tests don't fail ifJack Jansen2003-02-051-2/+2
| | | | we have a symlink somewhere in the TESTFN path.
* Test aliases too.Jack Jansen2003-01-281-1/+20
|
* Finally created the first two tests for MacPython modules: macfs andJack Jansen2003-01-281-0/+69
macostools.