| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-10 | 1 | -24/+28 |
| | | |||||
| * | Replace catch_warnings with check_warnings when it makes sense. Use ↵ | Florent Xicluna | 2010-03-31 | 1 | -24/+7 |
| | | | | | assertRaises context manager to simplify some tests. | ||||
| * | A number of APIs in macostools cannot work in 64-bit mode because they | Ronald Oussoren | 2010-02-07 | 1 | -29/+31 |
| | | | | | | | | | | | | use Carbon APIs that aren't available there. This patch disables tests for the affected entrypoints in macostools and mentions this in the documentation. In theory it is possible to replace the implementation by code that does work in 64-bit mode, but that would require further updates to the Carbon wrappers because the modern APIs aren't wrapped properly. | ||||
| * | Add import_function method to test.test_support, and modify a number of | R. David Murray | 2009-03-30 | 1 | -3/+5 |
| | | | | | | | | | tests that expect to be skipped if imports fail or functions don't exist to use import_function and import_module. The ultimate goal is to change regrtest to not skip automatically on ImportError. Checking in now to make sure the buldbots don't show any errors on platforms I can't direct test on. | ||||
| * | remove test_support.TestSkipped and just use unittest.SkipTest | Benjamin Peterson | 2009-03-26 | 1 | -1/+1 |
| | | |||||
| * | warnings.catch_warnings() now returns a list or None instead of the custom | Brett Cannon | 2008-09-09 | 1 | -1/+1 |
| | | | | | | | | | WarningsRecorder object. This makes the API simpler to use as no special object must be learned. Closes issue 3781. Review by Benjamin Peterson. | ||||
| * | skip test_macostools when UCS4 is enabled | Benjamin Peterson | 2008-06-19 | 1 | -0/+3 |
| | | |||||
| * | Fix a missed instance of test.test_support.guard_warnings_filter (which was | Brett Cannon | 2007-08-14 | 1 | -1/+1 |
| | | | | | recently removed). | ||||
| * | Remove the macfs module. This led to the deprecation of macostools.touched(); | Brett Cannon | 2007-05-20 | 1 | -1/+5 |
| | | | | | | it completely relied on macfs and is a no-op on OS X according to code comments. | ||||
| * | Have test_mkalias_relative check that sys.prefix already exists; otherwise test | Brett Cannon | 2004-12-06 | 1 | -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 Jansen | 2003-02-27 | 1 | -3/+3 |
| | | |||||
| * | Whitespace normalization. | Tim Peters | 2003-02-19 | 1 | -7/+7 |
| | | |||||
| * | Use os.path.realpath() in stead of abspath(), so the tests don't fail if | Jack Jansen | 2003-02-05 | 1 | -2/+2 |
| | | | | | we have a symlink somewhere in the TESTFN path. | ||||
| * | Test aliases too. | Jack Jansen | 2003-01-28 | 1 | -1/+20 |
| | | |||||
| * | Finally created the first two tests for MacPython modules: macfs and | Jack Jansen | 2003-01-28 | 1 | -0/+69 |
| macostools. | |||||
