Added the built int functions registry
Still lots to do tho
This commit is contained in:
@@ -1,14 +1,5 @@
|
||||
import os
|
||||
import unittest
|
||||
from Service import Service
|
||||
|
||||
|
||||
CDIR = os.path.dirname(__file__)
|
||||
|
||||
|
||||
class TestService(unittest.TestCase):
|
||||
def test_service_init(self):
|
||||
name: str = "jellyfin"
|
||||
|
||||
newService: Service = Service(name)
|
||||
|
||||
self.assertEqual(newService.name, name)
|
||||
|
||||
Reference in New Issue
Block a user