MCPcopy Index your code
hub / github.com/python/cpython / test_nlst

Method test_nlst

Lib/test/test_ftplib.py:650–652  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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 = []

Callers

nothing calls this directly

Calls 3

nlstMethod · 0.80
assertEqualMethod · 0.45
splitMethod · 0.45

Tested by

no test coverage detected