1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 18:53:21 +01:00
gallery-dl/test
Mike Fährmann 2a9be48511
improve util.load/save_cookiestxt() and add tests
- take a file object as argument instead of an filename
- accept whitespace before comments ("   # comment")
- map expiration "0" to None and not the number 0
2020-01-25 23:02:15 +01:00
..
__init__.py add tests for text-module 2015-10-03 14:51:13 +02:00
test_config.py improve config.py test coverage 2019-11-25 17:20:00 +01:00
test_cookies.py update test_cookies.py 2020-01-21 22:46:58 +01:00
test_downloader.py fix downloader tests 2020-01-14 11:51:06 +01:00
test_extractor.py rename extractor classes starting with a digit 2019-11-02 20:42:09 +01:00
test_oauth.py change OAuth test server 2018-06-28 14:32:02 +02:00
test_postprocessor.py [postprocessor:metadata] add 'directory' option (#520) 2020-01-02 20:58:10 +01:00
test_results.py allow multiple hashes for content tests 2020-01-18 00:19:35 +01:00
test_text.py add 'restrict-filenames' option (#348) 2019-07-23 17:41:24 +02:00
test_util.py improve util.load/save_cookiestxt() and add tests 2020-01-25 23:02:15 +01:00