summaryrefslogtreecommitdiff
path: root/Lib/test/test_userstring.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2002-08-06 16:58:21 +0000
committerBarry Warsaw <barry@python.org>2002-08-06 16:58:21 +0000
commit5ba4621dffedf841421d73c92c1253da54c4bd44 (patch)
tree254d0a0d0648d5089ffcef0457e1890d865a837d /Lib/test/test_userstring.py
parent6439e1bcc4eb8131f243e7e9d21ad104b252133b (diff)
downloadcpython-5ba4621dffedf841421d73c92c1253da54c4bd44.tar.gz
Committing patch #591250 which provides "str1 in str2" when str1 is a
string of longer than 1 character.
Diffstat (limited to 'Lib/test/test_userstring.py')
-rwxr-xr-xLib/test/test_userstring.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_userstring.py b/Lib/test/test_userstring.py
index 78af807b53..5492f2e526 100755
--- a/Lib/test/test_userstring.py
+++ b/Lib/test/test_userstring.py
@@ -41,3 +41,4 @@ def test(methodname, input, output, *args):
print (methodname, input, output, args, res[0], res[1], res[2])
string_tests.run_method_tests(test)
+string_tests.run_contains_tests(test)