mirror of
https://github.com/TheGreyDiamond/Enlight.git
synced 2025-12-16 15:00:46 +01:00
changes naming + maybe fixed testing
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
from src import session
|
||||
import unittest
|
||||
import code.session
|
||||
|
||||
|
||||
class NamesTestCase(unittest.TestCase):
|
||||
|
||||
def test_first_last_name(self):
|
||||
testSession = Code.session.enlightSession("TestSession", role = Code.session.HOST)
|
||||
testSession = session.enlightSession("TestSession", role = session.HOST)
|
||||
testSession.initConnection()
|
||||
self.assertEqual(testSession.getSessionMembers(), [])
|
||||
Reference in New Issue
Block a user