enrobie.clients.mattermost.test package#
Submodules#
enrobie.clients.mattermost.test.test_client module#
Functions and routines associated with Enasis Network Chatting Robie.
This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.
- enrobie.clients.mattermost.test.test_client.test_MTMClient(service: RobieService) None [source]#
Perform various tests associated with relevant routines.
- Parameters:
service – Ancilary Chatting Robie class instance.
- enrobie.clients.mattermost.test.test_client.test_MTMClient_channels(tmp_path: Path, client_mtmsock: MTMClientSocket, respx_mock: MockRouter) None [source]#
Perform various tests associated with relevant routines.
- Parameters:
tmp_path – pytest object for temporal filesystem.
client_mtmsock – Object to mock client connection.
respx_mock – Object for mocking request operation.
- enrobie.clients.mattermost.test.test_client.test_MTMClient_command(robie: Robie) None [source]#
Perform various tests associated with relevant routines.
- Parameters:
robie – Primary class instance for Chatting Robie.
enrobie.clients.mattermost.test.test_command module#
Functions and routines associated with Enasis Network Chatting Robie.
This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.
enrobie.clients.mattermost.test.test_message module#
Functions and routines associated with Enasis Network Chatting Robie.
This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.
- enrobie.clients.mattermost.test.test_message.test_MTMMessage(robie: Robie) None [source]#
Perform various tests associated with relevant routines.
- Parameters:
robie – Primary class instance for Chatting Robie.
- enrobie.clients.mattermost.test.test_message.test_MTMMessage_reply(robie: Robie) None [source]#
Perform various tests associated with relevant routines.
- Parameters:
robie – Primary class instance for Chatting Robie.
- enrobie.clients.mattermost.test.test_message.test_MTMMessage_samples(tmp_path: Path, service: RobieService, client_mtmsock: MTMClientSocket) None [source]#
Perform various tests associated with relevant routines.
- Parameters:
tmp_path – pytest object for temporal filesystem.
service – Ancilary Chatting Robie class instance.
client_mtmsock – Object to mock client connection.
Module contents#
Functions and routines associated with Enasis Network Chatting Robie.
This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.