plugboard/plugboardChatbotFramework/tests/matrix/test_matrix.py

12 lines
250 B
Python

import plugboardChatbotFramework.matrix.matrix as matrix
def test_init():
client = matrix.matrixClient()
user = client.username
assert user == ''
def test_getUsername():
client = matrix.matrixClient()
user = client.username
assert user == ''