encommon.colors.test package#

Submodules#

encommon.colors.test.test_color module#

Functions and routines associated with Enasis Network Common Library.

This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.

encommon.colors.test.test_color.test_Color() None[source]#

Perform various tests associated with relevant routines.

encommon.colors.test.test_color.test_Color_cover() None[source]#

Perform various tests associated with relevant routines.

encommon.colors.test.test_color.test_Color_hsl(source: str, expect: tuple[int, ...]) None[source]#

Perform various tests associated with relevant routines.

Parameters:
  • source – Source color used when converting values.

  • expect – Expected output from the testing routine.

encommon.colors.test.test_color.test_Color_rgb(source: str, expect: tuple[int, ...]) None[source]#

Perform various tests associated with relevant routines.

Parameters:
  • source – Source color used when converting values.

  • expect – Expected output from the testing routine.

encommon.colors.test.test_color.test_Color_xy(source: str, expect: tuple[int, ...]) None[source]#

Perform various tests associated with relevant routines.

Parameters:
  • source – Source color used when converting values.

  • expect – Expected output from the testing routine.

encommon.colors.test.test_color.test_Color_xyz(source: str, expect: tuple[int, ...]) None[source]#

Perform various tests associated with relevant routines.

Parameters:
  • source – Source color used when converting values.

  • expect – Expected output from the testing routine.

Module contents#

Functions and routines associated with Enasis Network Common Library.

This file is part of Enasis Network software eco-system. Distribution is permitted, for more information consult the project license file.