summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_warnings.py
Commit message (Expand)AuthorAgeFilesLines
* Implement a contextmanager test.test_support.catch_warning that canWalter Dörwald2007-04-031-94/+68
* Add tests for the filename.Walter Dörwald2007-04-031-0/+24
* Document that CatchWarningTests is reused by test_structmembers.py.Walter Dörwald2007-04-031-0/+2
* Move the functionality for catching warnings in test_warnings.py into a separateWalter Dörwald2007-04-031-1/+3
* Whitespace normalization.Tim Peters2006-06-271-1/+1
* 'warning's was improperly requiring that a command-line Warning category beBrett Cannon2006-06-221-0/+13
* Make test_warnings play nice with regrtest -R:: now that regrtest doesn'tThomas Wouters2006-04-161-4/+4
* Fix tests so they pass in -R modeNeal Norwitz2006-04-091-0/+4
* Don't filter out OverflowWarning; should be a test failure if it is raised byBrett Cannon2006-02-271-2/+1
* Stop producing or using OverflowWarning. PEP 237 thought this wouldTim Peters2004-08-251-0/+1
* Reworked test_warnings.py:Raymond Hettinger2003-07-131-46/+81
* This test failed on WindowsME because the full file path did not getRaymond Hettinger2003-07-131-2/+2
* Don't include slash in search string; it's OS-specific.Jeremy Hylton2003-07-111-1/+1
* Change warnings to avoid importing re module during startup.Jeremy Hylton2003-07-111-0/+53