5 lines
146 B
Python
5 lines
146 B
Python
|
from util.registry.torrent import make_torrent
|
||
|
|
||
|
def test_make_torrent_unicode_url():
|
||
|
make_torrent('foo', unicode('bar'), 10, 20, 'hello world')
|