Skip to content

Commit

Permalink
youuuuuuutubedl: add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Nov 1, 2022
1 parent b667e8a commit 49da95d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions automon/integrations/youuuuuuutubedl/tests/test_directories.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import unittest

from automon.integrations.youuuuuuutubedl import YoutubeClient


class MyTestCase(unittest.TestCase):
def test_directories(self):
c = YoutubeClient()
self.assertTrue(c.directories.isReady)


if __name__ == '__main__':
unittest.main()

0 comments on commit 49da95d

Please sign in to comment.