(self)
| 510 | self.assertEqual(received, expected) |
| 511 | |
| 512 | def test_getwelcome(self): |
| 513 | self.assertEqual(self.client.getwelcome(), '220 welcome') |
| 514 | |
| 515 | def test_sanitize(self): |
| 516 | self.assertEqual(self.client.sanitize('foo'), repr('foo')) |
nothing calls this directly
no test coverage detected