1
0
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:
TheGreyDiamond
2020-09-17 21:35:10 +02:00
parent d63a1cb1b2
commit dbac9b4ac9
6 changed files with 3 additions and 2 deletions

View File

@@ -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(), [])