Ejemplo n.º 1
0
 def test_set_urllist_urls(self):
     t = TorrentDef()
     t.set_urllist(["http://url.com"])
     self.assertEqual(t.get_urllist(), ["http://url.com"])
Ejemplo n.º 2
0
 def test_set_urllist_urls(self):
     t = TorrentDef()
     t.set_urllist(["http://url.com"])
     self.assertEqual(t.get_urllist(), ["http://url.com"])