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 [swfinterp] Correct array access 2014-07-20 18:28:49 +02:00
__init__.py Add support for single-test tox runs 2013-10-12 13:17:11 -04:00
helper.py [generic] Add a test case for direct links with broken HEAD (#4032) 2014-10-26 20:49:51 +01:00
parameters.json Move playlist tests to extractors. 2014-08-28 00:58:24 +02:00
test_age_restriction.py Update test_age_restriction.py 2014-05-21 16:35:49 +02:00
test_all_urls.py [twitch] Update tests 2014-10-19 01:35:53 +07:00
test_cache.py [test_cache] Add a dot in the file name 2014-09-04 04:51:52 +02:00
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 Improve execution tests 2012-12-01 15:52:34 +01:00
test_InfoExtractor.py Add a basic test suite for the InfoExtractor class 2014-03-09 17:05:29 +01:00
test_subtitles.py [walla] Fix typo 2014-10-09 21:10:07 +07:00
test_swfinterp.py [swfinterp] Fix imports 2014-07-21 12:07:26 +02:00
test_unicode_literals.py [setup.py] Do not use unicode literals 2014-01-05 04:41:50 +01:00
test_utils.py [util] Move compatibility functions out of util 2014-11-02 11:23:42 +01:00
test_write_annotations.py [tests] Remove global_setup function 2013-11-25 03:47:32 +01:00
test_write_info_json.py Update description value for the write_info_json test (required after 27dcce1904) 2013-12-04 20:35:00 +01:00
test_youtube_lists.py [youtube] Move more tests to extractors 2014-09-24 10:25:47 +02:00
test_youtube_signature.py [youtube] Remove swf signature test cases 2014-09-29 05:24:00 +02:00
test_YoutubeDL.py [test_YoutubeDL] Reorder formats (#3542) 2014-08-22 03:44:30 +02:00