• 
      

    Rename a test model to avoid a warning.

    Review Request #14532 — Created July 30, 2025 and submitted

    Information

    Djblets
    release-6.x

    Reviewers

    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.

    Summary ID
    Rename a test model to avoid a warning.
    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. Testing Done: Ran unit tests and saw the warning was gone.
    1224f5e7dae91f731011803d3c2accbb06edd009
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-6.x (7c74e5c)