Add support for single-test tox runs
authorFilippo Valsorda <filippo.valsorda@gmail.com>
Sat, 12 Oct 2013 17:17:11 +0000 (13:17 -0400)
committerFilippo Valsorda <filippo.valsorda@gmail.com>
Sat, 12 Oct 2013 17:17:11 +0000 (13:17 -0400)
commitd3f46b9aa5727323182dd845030c9d781e1824fd
treede3beb03adfc988d562d6558e298874a526659d0
parentf5e54a1fda6fcc4ef279e54ff6cf63f6eae71bb0
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)
test/__init__.py [new file with mode: 0644]
test/test_age_restriction.py
test/test_all_urls.py
test/test_dailymotion_subtitles.py
test/test_download.py
test/test_playlists.py
test/test_youtube_lists.py
test/test_youtube_subtitles.py
tox.ini