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 493bd235cf
workaround for missing 'assert_called_once' method
this method was introduced in Python 3.6, but calling it still
works (i.e. it doesn't cause the test to fail) on Python 3.3/3.4
2017-07-26 10:33:15 +02:00
..
__init__.py add tests for text-module 2015-10-03 14:51:13 +02:00
test_config.py improve config module 2017-03-27 11:59:27 +02:00
test_cookies.py workaround for missing 'assert_called_once' method 2017-07-26 10:33:15 +02:00
test_extractors.py workaround for missing 'assert_called_once' method 2017-07-26 10:33:15 +02:00
test_text.py code adjustments according to pep8 2017-01-30 19:40:15 +01:00
test_util.py move code into util.py 2017-03-28 13:12:44 +02:00