3e6e4999ca
[test/helper] Improve output
2014-11-13 14:55:45 +01:00
498942f187
[test_youtube_signature] Fix import
...
Broken in commit 8c25f81bee
2014-11-12 15:23:55 +01:00
12ea2f30cf
[utils] Remove unused get_meta_content function
2014-11-04 23:20:39 +01:00
278143df5b
[test_compat] Ignore unicode_literals
2014-11-03 19:12:06 +01:00
ac35c26686
[tests] Don't auto init YoutubeDL
...
It would print the debug headers for each test.
And nose uses a StringIO object for stdout, which in python 2.x doesn't have the 'encoding' attribute.
2014-11-02 17:53:12 +01:00
42f7d2f588
[test_download] Fix import
2014-11-02 11:46:12 +01:00
39f0a2a6b7
[test_swfinterp] Correct compilation on modern mxmlc versions
2014-11-02 11:41:33 +01:00
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
7d11297f3f
Merge branch 'master' of github.com:rg3/youtube-dl
2014-10-29 20:10:07 +01:00
6ad4013d40
[drtv] Allow fractional timestamps ( Fixes #4059 )
2014-10-29 20:10:00 +01:00
8abec2c8bb
[test_utils] Fix compat_getenv and compat_expanduser tests on python 3.x
2014-10-29 11:13:34 +01:00
f744c0f398
[test_download] Improve error message
2014-10-27 00:39:39 +01:00
70b7e3fbb6
[generic] Add a test case for direct links with broken HEAD ( #4032 )
2014-10-26 20:49:51 +01:00
f889cea109
Merge branch 'compat-getenv-and-expanduser' of https://github.com/dstftw/youtube-dl into dstftw-compat-getenv-and-expanduser
...
Conflicts:
test/test_utils.py
youtube_dl/__init__.py
2014-10-26 19:56:52 +07:00
c64ed2a310
[viddler] Use API
2014-10-25 00:11:12 +02:00
4510d14f0a
[twitch] Update tests
2014-10-19 01:35:53 +07:00
0ca41c3d9c
[walla] Fix typo
2014-10-09 21:10:07 +07:00
7bc8780c57
[walla] Fix extractor and add subtitle tests
2014-10-07 22:23:05 +07:00
e7b6d12254
[utils] Improve and test js_to_json
2014-10-01 00:08:34 +02:00
410f3e73ab
[utils] Fix js_to_json
2014-10-01 00:08:28 +02:00
4644ac5527
[core] Decode environment variables with filesystem encoding ( Fixes #3854 , Fixes #3217 , Fixes #2918 )
...
Introduces compat versions of os.getenv and os.path.expanduser
2014-09-30 22:27:53 +07:00
c0f64ac689
[test/helper] Improve output of missing test definition dictionaries
2014-09-29 22:19:11 +02:00
7a08ad7d59
[test/helper] Modernize
2014-09-29 22:11:24 +02:00
99b67fecc5
[arte] Fix upload date extraction
2014-09-29 12:45:18 +02:00
6be451f422
[youtube] Remove swf signature test cases
...
These files are now 0 Bytes
2014-09-29 05:24:00 +02:00
9c44d2429b
[vimeo:likes] Support large like lists ( Fixes #3847 )
2014-09-29 00:36:06 +02:00
d6e6a42256
[vimeo:likes] Add new extractor ( Fixes #3835 )
2014-09-28 12:14:16 +02:00
cdc628a498
[youtube] Move more tests to extractors
2014-09-24 10:25:47 +02:00
0003a5c416
Merge remote-tracking branch 'dstftw/escape-non-ascii-in-urls'
...
Conflicts:
test/test_utils.py
2014-09-15 15:40:10 +02:00
a020a0dc20
[facebook] Fix support for untitled videos ( Fixes #3757 )
2014-09-15 15:10:24 +02:00
d05cfe0600
[YoutubeDL/utils] Clarify rationale for URL escaping in comment, move escape routines to utils and add some tests
2014-09-13 20:59:16 +07:00
9291475f7d
[youtube] Move more tests to Playlist IE, and simply suitable.
2014-09-13 07:35:14 +02:00
5df921b0e3
[test_cache] Add a dot in the file name
2014-09-04 04:51:52 +02:00
a0e07d3161
[youtube] Move cache into its own module
2014-09-03 17:29:19 +02:00
7260ea0705
[comedycentral] Move tests to the extractor itself
2014-09-01 17:57:45 +02:00
ca7b3246b6
[utils] Improve parse_duration
2014-08-31 06:41:30 +07:00
08a36c3569
[test_download] Check expected file minsize and md5 only when download is not skipped
2014-08-29 18:42:42 +07:00
753727cded
[test_download] Expect a minimum file size
...
This should detect when we're downloading a small text file by accident.
2014-08-28 13:59:45 +02:00
22a6f15061
Move playlist tests to extractors.
...
From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs).
2014-08-28 00:58:24 +02:00
4e408e479b
[utils] Modernize tests
2014-08-27 19:11:45 +02:00
2857084000
[test_download] Improve playlist handling
2014-08-27 17:11:45 +02:00
2929b3e71d
[vimeo] Move all testcases to extractors and clean up
...
Previously, these extractors all defined their own suitable methods.
No test_all_urls tests that everything is in order, automatically :)
2014-08-27 11:36:02 +02:00
22449fa624
Improve test_all_urls output
2014-08-27 11:35:43 +02:00
0990305d2a
[generic] Fix rss under Python 2.x and move test to extractor
2014-08-25 18:03:01 +02:00
829476b80a
[googlesearch] Move test to extractor
2014-08-25 17:02:52 +02:00
7adcbe7594
[rtlnl] Extract duration
2014-08-25 12:59:53 +02:00
28028629b9
[gameone:playlist] Move test to extractor
2014-08-24 07:05:49 +02:00
11f75cac3d
Merge remote-tracking branch 'olebowle/gameone'
2014-08-24 07:02:29 +02:00
a053c3493a
[test_YoutubeDL] Reorder formats ( #3542 )
2014-08-22 03:44:30 +02:00
266c71f971
Deprecate test_playlists
2014-08-21 11:56:49 +02:00