Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [cleanup] Misc | pukkandan | 2022-05-21 | 1 | -16/+0 |
| | |||||
* | [test] Use `pytest` instead of `nosetests` (#482) | pukkandan | 2021-07-23 | 1 | -0/+2 |
| | | | | `nosetests` is no longer being maintained : https://github.com/nose-devs/nose/issues/1099 and will stop working in py 3.10 as can be seen in #480 | ||||
* | Completely change project name to yt-dlp (#85) | Pccode66 | 2021-02-25 | 1 | -1/+1 |
| | | | | | | | | | * All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan | ||||
* | [skip travis] renaming | Unknown | 2020-09-02 | 1 | -1/+1 |
| | | | to avoid using same folder when using pip install for example | ||||
* | [test/test_socks] Add tests for SOCKS proxies | Yen Chi Hsuan | 2016-05-10 | 1 | -0/+1 |
| | |||||
* | tox.ini: Exclude test_iqiyi_sdk_interpreter.py | Jaime Marquínez Ferrándiz | 2016-03-19 | 1 | -1/+1 |
| | |||||
* | Also run tests with python 3.5 | Jaime Marquínez Ferrándiz | 2015-09-25 | 1 | -1/+1 |
| | |||||
* | tox: Pass HOME environment variable | Jaime Marquínez Ferrándiz | 2015-05-18 | 1 | -0/+2 |
| | | | | Since version 2.0 it only passes a limited set of variables and we need HOME for the tests | ||||
* | tox.ini: Add python 3.4 | Jaime Marquínez Ferrándiz | 2015-03-14 | 1 | -1/+1 |
| | |||||
* | tox.ini: Run the same command as 'make offlinetest' by default | Jaime Marquínez Ferrándiz | 2015-03-14 | 1 | -1/+4 |
| | |||||
* | Add support for single-test tox runs | Filippo Valsorda | 2013-10-12 | 1 | -2/+5 |
| | | | | | | Use a sintax like tox test.test_download:TestDownload.test_NowVideo to run the specific test on all the tox environments (Python versions) | ||||
* | add tox configuration file for easy testing | Filippo Valsorda | 2013-10-05 | 1 | -0/+5 |