mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Added new lftp config
This commit is contained in:
parent
b39aed3f81
commit
82419297a3
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ class TestConfigs(unittest.TestCase):
|
|||
self.assertEqual('', self.configs.curl_options)
|
||||
self.assertEqual('-c get -e', self.configs.lftp_get_options)
|
||||
self.assertEqual('-c mirror --parallel=100 --only-newer --delete', self.configs.lftp_mirror_options)
|
||||
self.assertEqual({}, self.configs.lftp_mirror_extra_options)
|
||||
self.assertEqual(True, self.configs.ascii_characters)
|
||||
self.assertEqual(True, self.configs.ask_question)
|
||||
self.assertEqual(False, self.configs.parallel_downloads)
|
||||
|
|
Loading…
Reference in a new issue