Rename a test model to avoid a warning.
Review Request #14532 — Created July 30, 2025 and submitted — Latest diff uploaded
pytest warns about being unable to collect
TestModel
because it looks
like a test case class due to the name. This change renames it to
_TestModel
, since it's purely internal to the CSV field tests.
Ran unit tests and saw the warning was gone.