enrobie package#

Subpackages#

Submodules#

enrobie.conftest 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.conftest.client_dscsock(mocker: MockerFixture, respx_mock: MockRouter) DSCClientSocket[source]#

Construct the instance for use in the downstream tests.

Parameters:
  • mocker – Object for mocking the Python routines.

  • respx_mock – Object for mocking request operation.

Returns:

Newly constructed instance of related class.

enrobie.conftest.client_ircsock(mocker: MockerFixture) IRCClientSocket[source]#

Construct the instance for use in the downstream tests.

Parameters:

mocker – Object for mocking the Python routines.

Returns:

Newly constructed instance of related class.

enrobie.conftest.client_mtmsock(mocker: MockerFixture, respx_mock: MockRouter) MTMClientSocket[source]#

Construct the instance for use in the downstream tests.

Parameters:
  • mocker – Object for mocking the Python routines.

  • respx_mock – Object for mocking request operation.

Returns:

Newly constructed instance of related class.

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.