Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a74b67e15e19e2ba95e66e5a9ac233b4e1f79d68
/
Lib
/
test
/
test_warnings.py
e6dae6c
Implement a contextmanager test.test_support.catch_warning that can
by Walter Dörwald
· 18 years ago
e1a9b42
Add tests for the filename.
by Walter Dörwald
· 18 years ago
8bd6500
Document that CatchWarningTests is reused by test_structmembers.py.
by Walter Dörwald
· 18 years ago
d815d35
Move the functionality for catching warnings in test_warnings.py into a separate
by Walter Dörwald
· 18 years ago
3249d00
Whitespace normalization.
by Tim Peters
· 19 years ago
53ab5b7
'warning's was improperly requiring that a command-line Warning category be
by Brett Cannon
· 19 years ago
767833d
Make test_warnings play nice with regrtest -R:: now that regrtest doesn't
by Thomas Wouters
· 19 years ago
ce4a9c9
Fix tests so they pass in -R mode
by Neal Norwitz
· 19 years ago
be66e94
Don't filter out OverflowWarning; should be a test failure if it is raised by
by Brett Cannon
· 19 years ago
c885443
Stop producing or using OverflowWarning. PEP 237 thought this would
by Tim Peters
· 21 years ago
d6f6e50
Reworked test_warnings.py:
by Raymond Hettinger
· 22 years ago
dc9dcf1
This test failed on WindowsME because the full file path did not get
by Raymond Hettinger
· 22 years ago
b6d2f3e
Don't include slash in search string; it's OS-specific.
by Jeremy Hylton
· 22 years ago
8501466
Change warnings to avoid importing re module during startup.
by Jeremy Hylton
· 22 years ago