• 
      

    Rename all test utility classes with a "Test" prefix.

    Review Request #11923 — Created Jan. 10, 2022 and submitted

    Information

    Djblets
    release-2.x

    Reviewers

    We had a lot of test utility classes that had a Test prefix for the
    name, and these were being seen as candidates for unit tests. While nose
    never complained, it still looked, and pytest is outright warning about
    them, since they don't contain test methods.

    This change renames all of those objects with a MyTest prefix,
    avoiding this problem and making it clear what's a test suite and what's
    not.

    Unit tests pass.

    Summary ID
    Rename all test utility classes with a "Test" prefix.
    We had a lot of test utility classes that had a `Test` prefix for the name, and these were being seen as candidates for unit tests. While nose never complained, it still looked, and pytest is outright warning about them, since they don't contain test methods. This change renames all of those objects with a `MyTest` prefix, avoiding this problem and making it clear what's a test suite and what's not.
    2c57e6d3ed354a6514beaab81712a9f093a874be
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-2.x (921264d)