Commit Graph

11 Commits (7a0ba75857e077bbadc43ea7d9ba63519fe3e82a)

Author SHA1 Message Date
pukkandan 060ac76257
[test] Use `pytest` instead of `nosetests` (#482)
`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
3 years ago
Pccode66 7a5c1cfe93
Completely change project name to yt-dlp (#85)
* 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
3 years ago
Unknown cefecac12c [skip travis] renaming
to avoid using same folder when using pip install for example
4 years ago
Yen Chi Hsuan 72f3289ac4
[test/test_socks] Add tests for SOCKS proxies 8 years ago
Jaime Marquínez Ferrándiz 5c7cd37ebd tox.ini: Exclude test_iqiyi_sdk_interpreter.py 8 years ago
Jaime Marquínez Ferrándiz 08bea4adde Also run tests with python 3.5 9 years ago
Jaime Marquínez Ferrándiz 2aa64b89b3 tox: Pass HOME environment variable
Since version 2.0 it only passes a limited set of variables and we need HOME for the tests
9 years ago
Jaime Marquínez Ferrándiz 7c42327e0e tox.ini: Add python 3.4 9 years ago
Jaime Marquínez Ferrándiz 873383e9bd tox.ini: Run the same command as 'make offlinetest' by default 9 years ago
Filippo Valsorda d3f46b9aa5 Add support for single-test tox runs
Use a sintax like
    tox test.test_download:TestDownload.test_NowVideo
to run the specific test on all the tox environments (Python versions)
11 years ago
Filippo Valsorda 79cfb46d42 add tox configuration file for easy testing 11 years ago