Skip to content

Retire testing utils get_frame_by_name() #304

@scotts

Description

@scotts

We have some Python-based tests that predate the current testing framework. The testing framework has the API call get_frame_by_name() implemented to support instances where we were testing against a reference frame and we didn't know its index.

In general, all of our Python tests should test against frames whose index we know, and we should refer to it through the APIs in our testing framework. Retiring get_frame_by_name() will required converting the existing tests to refer to the frame by index, and updating the metadata for the frame and potentially the name of the frame itself to match.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions