waft.framework_unit_tests.test_warp_client.test_base_warp_client module

Test methods in WARP client handler to ensure consistent and expected behavior

waft.framework_unit_tests.test_warp_client.test_base_warp_client.test_version_normalization(version_string: str, expected_normalized_string: str, node_type: Platforms)
Test normalizing WARP app version strings. Assertion will be raised if version string is not normalized to match

given normalized string

Parameters:
  • version_string – String to be normalized to expected format

  • expected_normalized_string – Normalized version that version string will be compared against.

  • node_type – Type of node to test for normalization