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