Extract app from torrent handling code
Fixes https://jira.coreos.com/browse/QUAY-969
This commit is contained in:
parent
c92c0ca5e1
commit
0fdefd78e9
7 changed files with 63 additions and 53 deletions
|
@ -1,4 +0,0 @@
|
|||
from util.registry.torrent import make_torrent
|
||||
|
||||
def test_make_torrent_unicode_url():
|
||||
make_torrent('foo', unicode('bar'), 10, 20, 'hello world')
|
Reference in a new issue