integration_tests icon indicating copy to clipboard operation
integration_tests copied to clipboard

[WIPTEST] Types fixes

Open jarovo opened this issue 5 years ago • 1 comments

Enhancement the types in the project, allowing the pyCharm and other editors do better job of types-based hinting and perhaps mypy compliance in the end

jarovo avatar Aug 17 '20 16:08 jarovo

I detected some fixture changes in commit e8874ffd335e81129cadcbe7599af823500b1106

The local fixture datastore is used in the following files:

  • cfme/tests/infrastructure/test_datastore_analysis.py
    • datastores_hosts_setup
    • test_run_datastore_analysis

The local fixture datastores_hosts_setup is used in the following files:

  • cfme/tests/infrastructure/test_datastore_analysis.py

Please, consider creating a PRT run to make sure your fixture changes do not break existing usage :smiley:

dajoRH avatar Aug 17 '20 17:08 dajoRH