mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 14:24:03 -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:
|
||||
_DEV_NULL = open(os.devnull, 'wb')
|
||||
|
||||
|
||||
from nose.tools import nottest
|
||||
|
||||
|
||||
@nottest
|
||||
class TestExecution(unittest.TestCase):
|
||||
def test_import(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue