(self)
| 648 | self.assertRaises(TypeError, self.client.storlines, 'stor foo', f) |
| 649 | |
| 650 | def test_nlst(self): |
| 651 | self.client.nlst() |
| 652 | self.assertEqual(self.client.nlst(), NLST_DATA.split('\r\n')[:-1]) |
| 653 | |
| 654 | def test_dir(self): |
| 655 | l = [] |
nothing calls this directly
no test coverage detected