Revised the test suite for 'contains' to use the test() function argument
authorRaymond Hettinger <python@rcn.com>
Fri, 9 Aug 2002 00:43:38 +0000 (00:43 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 9 Aug 2002 00:43:38 +0000 (00:43 +0000)
commit8da9da0ccc7c63aff0fbc5d65b3e0ca28a754090
tree59a3518e6648fdf6324966fdba8d306defe108ee
parentcb4321eb172a001d38c76e417c50303fca733b62
Revised the test suite for 'contains' to use the test() function argument
rather than vereq().  While it was effectively testing regular strings, it
ignored the test() function argument when called by test_userstring.py.
Lib/test/string_tests.py