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)
This commit is contained in:
parent
f5e54a1fda
commit
d3f46b9aa5
9 changed files with 13 additions and 10 deletions
|
@ -20,7 +20,7 @@ from youtube_dl.extractor import (
|
|||
)
|
||||
from youtube_dl.utils import *
|
||||
|
||||
from helper import FakeYDL
|
||||
from .helper import FakeYDL
|
||||
|
||||
class TestPlaylists(unittest.TestCase):
|
||||
def assertIsPlaylist(self, info):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue