aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* [cleanup] Miscpukkandan2022-05-211-16/+0
|
* [test] Use `pytest` instead of `nosetests` (#482)pukkandan2021-07-231-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)Pccode662021-02-251-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] renamingUnknown2020-09-021-1/+1
| | | to avoid using same folder when using pip install for example
* [test/test_socks] Add tests for SOCKS proxiesYen Chi Hsuan2016-05-101-0/+1
|
* tox.ini: Exclude test_iqiyi_sdk_interpreter.pyJaime Marquínez Ferrándiz2016-03-191-1/+1
|
* Also run tests with python 3.5Jaime Marquínez Ferrándiz2015-09-251-1/+1
|
* tox: Pass HOME environment variableJaime Marquínez Ferrándiz2015-05-181-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.4Jaime Marquínez Ferrándiz2015-03-141-1/+1
|
* tox.ini: Run the same command as 'make offlinetest' by defaultJaime Marquínez Ferrándiz2015-03-141-1/+4
|
* Add support for single-test tox runsFilippo Valsorda2013-10-121-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 testingFilippo Valsorda2013-10-051-0/+5