(self)
| 653 | self.do_test(args) |
| 654 | |
| 655 | def test_error_msg_sequence(self): |
| 656 | # Test the error message generated for sequence comparisons. |
| 657 | args = (3.75, 8.25, 1.25, 0.5, 7) |
| 658 | self.do_test(args) |
| 659 | |
| 660 | def generate_substrings(self, first, second, tol, rel, idx): |
| 661 | """Return substrings we expect to see in error messages.""" |