From 817918cc3c10d0ed6b14e0e3f2bc0c5227c508cd Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 6 Aug 2002 16:58:21 +0000 Subject: Committing patch #591250 which provides "str1 in str2" when str1 is a string of longer than 1 character. --- Lib/test/test_string.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Lib/test/test_string.py') diff --git a/Lib/test/test_string.py b/Lib/test/test_string.py index af8c1bce66..c92f5f7d1f 100644 --- a/Lib/test/test_string.py +++ b/Lib/test/test_string.py @@ -51,6 +51,7 @@ def test(name, input, output, *args): string_tests.run_module_tests(test) string_tests.run_method_tests(test) +string_tests.run_contains_tests(test) string.whitespace string.lowercase -- cgit v1.2.1