enrobie.clients.discord.test package#

Submodules#

enrobie.clients.discord.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.discord.test.test_client.test_DSCClient(service: RobieService) None[source]#

Perform various tests associated with relevant routines.

Parameters:

service – Ancilary Chatting Robie class instance.

enrobie.clients.discord.test.test_client.test_DSCClient_channels(service: RobieService, client_dscsock: DSCClientSocket) None[source]#

Perform various tests associated with relevant routines.

Parameters:
  • service – Ancilary Chatting Robie class instance.

  • client_dscsock – Object to mock client connection.

enrobie.clients.discord.test.test_client.test_DSCClient_command(robie: Robie) None[source]#

Perform various tests associated with relevant routines.

Parameters:

robie – Primary class instance for Chatting Robie.

enrobie.clients.discord.test.test_client.test_DSCClient_compose(robie: Robie) None[source]#

Perform various tests associated with relevant routines.

Parameters:

robie – Primary class instance for Chatting Robie.

enrobie.clients.discord.test.test_client.test_DSCClient_message(robie: Robie) None[source]#

Perform various tests associated with relevant routines.

Parameters:

robie – Primary class instance for Chatting Robie.

enrobie.clients.discord.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.discord.test.test_command.test_DSCCommand(robie: Robie) None[source]#

Perform various tests associated with relevant routines.

Parameters:

robie – Primary class instance for Chatting Robie.

enrobie.clients.discord.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.discord.test.test_message.test_DSCMessage(robie: Robie) None[source]#

Perform various tests associated with relevant routines.

Parameters:

robie – Primary class instance for Chatting Robie.

enrobie.clients.discord.test.test_message.test_DSCMessage_reply(robie: Robie) None[source]#

Perform various tests associated with relevant routines.

Parameters:

robie – Primary class instance for Chatting Robie.

enrobie.clients.discord.test.test_message.test_DSCMessage_samples(tmp_path: Path, service: RobieService, client_dscsock: DSCClientSocket) None[source]#

Perform various tests associated with relevant routines.

Parameters:
  • tmp_path – pytest object for temporal filesystem.

  • service – Ancilary Chatting Robie class instance.

  • client_dscsock – 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.