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
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.
The text was updated successfully, but these errors were encountered:
🐛 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.
The text was updated successfully, but these errors were encountered: