You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor tests with similar inputs using the parameterized package. For eg: test_redfish.py::test_get_storage_controller_data_success and test_redfish.py::test_non_standard_storage_uri_name can be combined into one test.
Refactor tests with similar inputs using the parameterized package. For eg:
test_redfish.py::test_get_storage_controller_data_success
andtest_redfish.py::test_non_standard_storage_uri_name
can be combined into one test.Refer this commit for implementation details.
The text was updated successfully, but these errors were encountered: