mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-09 12:47:44 +00:00
SDK update generated by liblab
This commit is contained in:
14
test/models/test_base.py
Normal file
14
test/models/test_base.py
Normal file
@@ -0,0 +1,14 @@
|
||||
import unittest
|
||||
import responses
|
||||
from http import HTTPStatus
|
||||
from src.plexsdk.models.base import BaseModel
|
||||
from http_exceptions import ClientException
|
||||
|
||||
|
||||
class TestBaseModel(unittest.TestCase):
|
||||
def test_true(self):
|
||||
self.assertTrue(True)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
Reference in New Issue
Block a user