[dynamo] rename test_graph_break_messages -> test_error_messages (#148220)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/148220
Approved by: https://github.com/zou3519, https://github.com/jansel
ghstack dependencies: #148205
This commit is contained in:
William Wen
2025-03-04 11:46:47 -08:00
committed by PyTorch MergeBot
parent b28cbe5db3
commit 3985ce0b88
2 changed files with 36 additions and 36 deletions

View File

@ -38,7 +38,7 @@ per-file-ignores =
torchgen/api/types/__init__.py: F401,F403
torchgen/executorch/api/types/__init__.py: F401,F403
test/dynamo/test_higher_order_ops.py: B950
test/dynamo/test_graph_break_messages.py: B950
test/dynamo/test_error_messages.py: B950
torch/testing/_internal/dynamo_test_failures.py: B950
# TOR901 is only for test, we want to ignore it for everything else.
# It's not easy to configure this without affecting other per-file-ignores,