]> granicus.if.org Git - python/commit
Harness can now test object methods directly, if they aren't available
authorBarry Warsaw <barry@python.org>
Fri, 11 Jun 1999 17:48:07 +0000 (17:48 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 11 Jun 1999 17:48:07 +0000 (17:48 +0000)
commit8a9514a66015f6f01ee0678707d1668cddfb6e7b
treea40373df92825b9e945c8626db0c7f25aaa41f8b
parent13205609c59845fa37c455839b0ec0030588465b
Harness can now test object methods directly, if they aren't available
in the string module.

Add a bunch of new tests for extended startswith/endswith arguments.
Lib/test/test_string.py