Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c97f5ede8f15ab91b2bc224d6fd7c577b744af63
/
Lib
/
test
/
test_macostools.py
1f70221
Issue #19572: More silently skipped tests explicitly skipped.
by Zachary Ware
· 12 years ago
6257a7b
Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests.
by Florent Xicluna
· 15 years ago
ab3f5cb
A number of APIs in macostools cannot work in 64-bit mode because they
by Ronald Oussoren
· 15 years ago
59beec3
Add import_function method to test.test_support, and modify a number of
by R. David Murray
· 16 years ago
888a39b
remove test_support.TestSkipped and just use unittest.SkipTest
by Benjamin Peterson
· 16 years ago
672237d
warnings.catch_warnings() now returns a list or None instead of the custom
by Brett Cannon
· 17 years ago
6f5a2b5
skip test_macostools when UCS4 is enabled
by Benjamin Peterson
· 17 years ago
5a0382e
Fix a missed instance of test.test_support.guard_warnings_filter (which was
by Brett Cannon
· 18 years ago
5e26351
Remove the macfs module. This led to the deprecation of macostools.touched();
by Brett Cannon
· 18 years ago
c8aa848
Have test_mkalias_relative check that sys.prefix already exists; otherwise test
by Brett Cannon
· 21 years ago
98fc683
Getting rid of macfs.
by Jack Jansen
· 22 years ago
f2715e0
Whitespace normalization.
by Tim Peters
· 22 years ago
b86a2e8
Use os.path.realpath() in stead of abspath(), so the tests don't fail if
by Jack Jansen
· 23 years ago
addc585
Test aliases too.
by Jack Jansen
· 23 years ago
10882f6
Finally created the first two tests for MacPython modules: macfs and macostools.
by Jack Jansen
· 23 years ago