Commit Graph

2 Commits (532f5bff70cc32f54f38fbce9233a88faf4423b9)

Author SHA1 Message Date
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)
Filippo Valsorda 79cfb46d42 add tox configuration file for easy testing