youtube-dl/test
Philipp Hagemeister 8c25f81bee [util] Move compatibility functions out of util
utils is large enough without these compatibility functions.

Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py .
Everything else (i.e. youtube-dl-specific helpers) goes into utils.py .
2014-11-02 11:23:42 +01:00
..
swftests
__init__.py
helper.py [generic] Add a test case for direct links with broken HEAD (#4032) 2014-10-26 20:49:51 +01:00
parameters.json
test_age_restriction.py
test_all_urls.py [twitch] Update tests 2014-10-19 01:35:53 +07:00
test_cache.py
test_compat.py [util] Move compatibility functions out of util 2014-11-02 11:23:42 +01:00
test_download.py [test_download] Improve error message 2014-10-27 00:39:39 +01:00
test_execution.py
test_InfoExtractor.py
test_subtitles.py [walla] Fix typo 2014-10-09 21:10:07 +07:00
test_swfinterp.py
test_unicode_literals.py
test_utils.py [util] Move compatibility functions out of util 2014-11-02 11:23:42 +01:00
test_write_annotations.py
test_write_info_json.py
test_youtube_lists.py
test_youtube_signature.py
test_YoutubeDL.py