Ejemplo n.º 1
0
 def test_torrent_encoding(self):
     t = TorrentDef()
     t.set_encoding("my_fancy_encoding")
     self.assertEqual(t.get_encoding(), "my_fancy_encoding")
Ejemplo n.º 2
0
 def test_torrent_encoding(self):
     t = TorrentDef()
     t.set_encoding("my_fancy_encoding")
     self.assertEqual(t.get_encoding(), "my_fancy_encoding")