summaryrefslogtreecommitdiffstats
path: root/Lib/test/test___all__.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-04-16 00:01:09 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-04-16 00:01:09 (GMT)
commit7d79948103ebe6922144ef81919c8b12c434cbb8 (patch)
tree916e43df4a0e702d2dd14f9e81932b6e6df43a9f /Lib/test/test___all__.py
parenta91a02a76d35bedb5eb9ed2b06c43c0250a872c8 (diff)
downloadcpython-7d79948103ebe6922144ef81919c8b12c434cbb8.zip
cpython-7d79948103ebe6922144ef81919c8b12c434cbb8.tar.gz
cpython-7d79948103ebe6922144ef81919c8b12c434cbb8.tar.bz2
It makes more sense to call resetwarnings() after every test runs than
to keep doing that in every test that wants to filter a warning.
Diffstat (limited to 'Lib/test/test___all__.py')
-rw-r--r--Lib/test/test___all__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py
index 2890066..299054f 100644
--- a/Lib/test/test___all__.py
+++ b/Lib/test/test___all__.py
@@ -158,5 +158,3 @@ check_all("weakref")
check_all("webbrowser")
check_all("xdrlib")
check_all("zipfile")
-
-warnings.resetwarnings()