Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [test/helper] Do not use deprecated method | Philipp Hagemeister | 2014-07-23 | 1 | -2/+2 |
| | |||||
* | [test_playlist] Add and use assertGreaterEqual | Philipp Hagemeister | 2014-07-21 | 1 | -0/+7 |
| | |||||
* | [test/helper] Clarify which field failed an assertion | Philipp Hagemeister | 2014-05-13 | 1 | -1/+1 |
| | |||||
* | [YoutubeDL] Add simple tests for format_note (Closes #2825) | Philipp Hagemeister | 2014-04-30 | 1 | -0/+14 |
| | |||||
* | [test helper] Correct only_matching test gathering | Philipp Hagemeister | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | [test_all_urls] Add support for distributed URL matching test definition | Philipp Hagemeister | 2014-04-19 | 1 | -4/+10 |
| | |||||
* | [instagram] Add support for user profiles (Fixes #2606) | Philipp Hagemeister | 2014-03-23 | 1 | -0/+18 |
| | |||||
* | [test] Move expect_info_dict out of test_download | Philipp Hagemeister | 2014-03-23 | 1 | -1/+28 |
| | |||||
* | [test] Rename get_testcases to gettestcases | Philipp Hagemeister | 2014-03-17 | 1 | -1/+1 |
| | | | | Apparently, newer versions of nosetests are somewhat over-eager in their test discovery. | ||||
* | [tests] Remove global_setup function | Philipp Hagemeister | 2013-11-25 | 1 | -4/+0 |
| | |||||
* | [tests] don't fail on network errors | Filippo Valsorda | 2013-10-28 | 1 | -0/+17 |
| | | | | | | This is suboptimal, but at least this way we will need to look at the logs only to check for network errors that happen too often, instead of parsing a ton of lines each time to see if there is some true test failing | ||||
* | Extend #980 with --max-quality support | Philipp Hagemeister | 2013-10-18 | 1 | -2/+2 |
| | |||||
* | Simplify tests | Philipp Hagemeister | 2013-10-15 | 1 | -10/+18 |
| | | | | | | | * Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up | ||||
* | Simplify test setup | Philipp Hagemeister | 2013-10-07 | 1 | -6/+1 |
| | |||||
* | Move try_rm to test helpers | Philipp Hagemeister | 2013-10-06 | 1 | -3/+19 |
| | |||||
* | [fixup] remove unnecessary commented function | Filippo Valsorda | 2013-10-05 | 1 | -6/+0 |
| | |||||
* | add capability to suppress expected warnings in tests | Filippo Valsorda | 2013-10-05 | 1 | -0/+15 |
| | |||||
* | Move testcase generator to helper | Philipp Hagemeister | 2013-06-27 | 1 | -1/+12 |
| | |||||
* | Simplify FakeYDL | Philipp Hagemeister | 2013-06-27 | 1 | -0/+33 |