276
274
# TODO: perhaps override assertEquals to call this for strings?
280
280
self._ndiff_strings(a, b))
282
286
def assertStartsWith(self, s, prefix):
283
287
if not s.startswith(prefix):
284
288
raise AssertionError('string %r does not start with %r' % (s, prefix))