1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 10:42:34 +01:00
gallery-dl/test
Mike Fährmann 6d8b191ea7
improve 'parse_query()' and add tests
- another irrelevant micro-optimization !
- use urllib.parse.parse_qsl directly instead of parse_qs, which
  just packs the results of parse_qsl in a different data structure
- reduced memory requirements since no additional dict and lists are
  created
2018-04-13 19:21:32 +02:00
..
__init__.py add tests for text-module 2015-10-03 14:51:13 +02:00
test_config.py change config specifiers in input file format 2018-02-16 03:10:41 +01:00
test_cookies.py [batoto] remove module 2018-01-23 21:37:32 +01:00
test_downloader.py [test] add a few downloader tests 2018-03-25 15:10:25 +02:00
test_extractor.py [test] add unit tests for extractor module functions 2018-03-25 11:49:42 +02:00
test_oauth.py add OAuth unittests 2018-02-12 17:07:07 +01:00
test_results.py [loveisover] remove module 2018-04-09 16:05:15 +02:00
test_text.py improve 'parse_query()' and add tests 2018-04-13 19:21:32 +02:00
test_util.py add 'abort()' as function to filter expressions 2018-04-12 17:07:12 +02:00