8000 Rename and/or move test_utils.py · Issue #9116 · pytorch/xla · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Rename and/or move test_utils.py #9116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
yaoshiang opened this issue May 8, 2025 · 0 comments
Open

Rename and/or move test_utils.py #9116

yaoshiang opened this issue May 8, 2025 · 0 comments

Comments

@yaoshiang
Copy link
Collaborator

🐛 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.

Expected behavior

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0