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 ece73b5b2a
make 'path' and 'keywords' available in logging messages
Wrap all loggers used by job, extractor, downloader, and postprocessor
objects into a (custom) LoggerAdapter that provides access to the
underlying job, extractor, pathfmt, and kwdict objects and their
properties.

__init__() signatures for all downloader and postprocessor classes have
been changed to take the current Job object as their first argument,
instead of the current extractor or pathfmt.

(#574, #575)
2020-05-18 19:04:51 +02:00
..
__init__.py add tests for text-module 2015-10-03 14:51:13 +02:00
test_cache.py mock 'time()' in cache tests 2020-05-09 23:55:14 +02:00
test_config.py skip example config tests if files are not available (#730) 2020-05-08 22:56:00 +02:00
test_cookies.py insert local directory into PYTHONPATH when running tests 2020-05-02 01:15:50 +02:00
test_downloader.py make 'path' and 'keywords' available in logging messages 2020-05-18 19:04:51 +02:00
test_extractor.py insert local directory into PYTHONPATH when running tests 2020-05-02 01:15:50 +02:00
test_oauth.py skip OAuth tests when server is unreachable 2020-05-10 00:33:00 +02:00
test_postprocessor.py make 'path' and 'keywords' available in logging messages 2020-05-18 19:04:51 +02:00
test_results.py insert local directory into PYTHONPATH when running tests 2020-05-02 01:15:50 +02:00
test_text.py insert local directory into PYTHONPATH when running tests 2020-05-02 01:15:50 +02:00
test_util.py insert local directory into PYTHONPATH when running tests 2020-05-02 01:15:50 +02:00