Brett Cannon
5e2635103c
Remove the macfs module. This led to the deprecation of macostools.touched();
...
it completely relied on macfs and is a no-op on OS X according to code
comments.
2007-05-20 23:17:38 +00:00
Brett Cannon
c8aa848ece
Have test_mkalias_relative check that sys.prefix already exists; otherwise test
...
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.
2004-12-06 06:08:59 +00:00
Jack Jansen
98fc683719
Getting rid of macfs.
2003-02-27 23:18:46 +00:00
Tim Peters
f2715e0764
Whitespace normalization.
2003-02-19 02:35:07 +00:00
Jack Jansen
b86a2e8036
Use os.path.realpath() in stead of abspath(), so the tests don't fail if
...
we have a symlink somewhere in the TESTFN path.
2003-02-05 11:14:16 +00:00
Jack Jansen
addc5859db
Test aliases too.
2003-01-28 23:54:05 +00:00
Jack Jansen
10882f6fcb
Finally created the first two tests for MacPython modules: macfs and
...
macostools.
2003-01-28 21:39:28 +00:00