mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 22:34:01 -07:00
refactoring
This commit is contained in:
parent
f63f9a2cea
commit
4d6a9f369e
1 changed files with 2 additions and 0 deletions
|
@ -20,8 +20,10 @@ try:
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
_DEV_NULL = open(os.devnull, 'wb')
|
_DEV_NULL = open(os.devnull, 'wb')
|
||||||
|
|
||||||
|
|
||||||
from nose.tools import nottest
|
from nose.tools import nottest
|
||||||
|
|
||||||
|
|
||||||
@nottest
|
@nottest
|
||||||
class TestExecution(unittest.TestCase):
|
class TestExecution(unittest.TestCase):
|
||||||
def test_import(self):
|
def test_import(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue