Skip to content

Rename and/or move test_utils.py #9116

@yaoshiang

Description

@yaoshiang

🐛 Bug

This name will generally be understood as testing a utils.py. Unfortunately, this file is actually a holder of utilities for testing.

Under its current naming, test_utils.py will be picked up by testing tools like pytest and unittest.

Expected behavior

test_utils.py can either go into a separate module, or, at the very least, not follow the "test_*.py" naming format, e.g., it could go in a xla/test/utils.py file, or, xla/test_utils/utils.py file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesttestingTesting and coverage related issues.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions