Browse Source

Py3: Add test for SFV-check functions

pull/1323/head
Safihre 6 years ago
parent
commit
7c3c17ff85
  1. 4
      tests/test_functional_downloads.py

4
tests/test_functional_downloads.py

@ -136,6 +136,10 @@ class SABnzbdDownloadFlow(SABnzbdBaseTest):
self.is_server_configured()
self.add_nzb_from_url("https://sabnzbd.org/tests/test_zip.nzb", "testfile.bin")
def test_download_sfv_check(self):
self.is_server_configured()
self.add_nzb_from_url("https://sabnzbd.org/tests/test_sfv_check.nzb", "blabla.bin")
@pytest.mark.skip(reason="Fails due to wrong par2-renaming. Needs fixing.")
def test_download_win_unicode(self):
self.is_server_configured()

Loading…
Cancel
Save