summaryrefslogtreecommitdiff
path: root/Lib/test/test_array.py
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2001-01-17 19:11:13 +0000
committerMarc-André Lemburg <mal@egenix.com>2001-01-17 19:11:13 +0000
commit927fa2418874ccab7d0eb5d6249be0c96a24beba (patch)
treee29aa1d89cd88148d9e62a10ff82ab5dddb79b9c /Lib/test/test_array.py
parent5a9bf08b78176097d918d0ec7174e68094ee63a2 (diff)
downloadcpython-927fa2418874ccab7d0eb5d6249be0c96a24beba.tar.gz
This patch removes all uses of "assert" in the regression test suite
and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
Diffstat (limited to 'Lib/test/test_array.py')
-rwxr-xr-xLib/test/test_array.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_array.py b/Lib/test/test_array.py
index 087e65b555..a20b870ce7 100755
--- a/Lib/test/test_array.py
+++ b/Lib/test/test_array.py
@@ -3,7 +3,7 @@
Roger E. Masse
"""
import array
-from test_support import verbose, TESTFN, unlink, TestFailed
+from test_support import verify, verbose, TESTFN, unlink, TestFailed
def main():