Skip to content

Commit

Permalink
youuuuuuutubedl: add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Apr 17, 2023
1 parent a50a75a commit 605818e
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 605818e

Please sign in to comment.