summaryrefslogtreecommitdiff
path: root/Lib/test/test_macostools.py
Commit message (Expand)AuthorAgeFilesLines
* Replace catch_warnings with check_warnings when it makes sense. Use assertRa...Florent Xicluna2010-03-311-24/+7
* A number of APIs in macostools cannot work in 64-bit mode because theyRonald Oussoren2010-02-071-29/+31
* Add import_function method to test.test_support, and modify a number ofR. David Murray2009-03-301-3/+5
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-1/+1
* warnings.catch_warnings() now returns a list or None instead of the customBrett Cannon2008-09-091-1/+1
* skip test_macostools when UCS4 is enabledBenjamin Peterson2008-06-191-0/+3
* Fix a missed instance of test.test_support.guard_warnings_filter (which wasBrett Cannon2007-08-141-1/+1
* Remove the macfs module. This led to the deprecation of macostools.touched();Brett Cannon2007-05-201-1/+5
* Have test_mkalias_relative check that sys.prefix already exists; otherwise testBrett Cannon2004-12-061-0/+6
* 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
* 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