yt-dlp/test
Philipp Hagemeister dcddc10a50 [test_unicode_literals] Arm unicode_literals check
From now on, the line

from __future__ import unicode_literals

should be contained in every single Python file lest we run into any more 2.x/3.x issues.
Going forward, we're likely to develop on 3.x only and would likely miss subtle bugs otherwise.
2014-11-26 20:01:22 +01:00
..
swftests
__init__.py
helper.py
parameters.json
test_age_restriction.py
test_all_urls.py
test_cache.py
test_compat.py
test_download.py [tests] Remove useless u prefixes 2014-11-26 13:07:32 +01:00
test_execution.py
test_InfoExtractor.py
test_subtitles.py
test_swfinterp.py
test_unicode_literals.py [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00
test_utils.py
test_write_annotations.py [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00
test_write_info_json.py [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00
test_youtube_lists.py [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00
test_youtube_signature.py
test_YoutubeDL.py