• 
      

    Update tests to not use deprecated base classes.

    Review Request #12104 — Created March 7, 2022 and submitted

    Information

    RBTools
    master

    Reviewers

    We had renamed the test base classes to be more consistent, but never
    updated most of our test cases to inherit from the new versions. This
    wasn't noticed because our old test runner didn't print warnings, but
    pytest does. This change moves everything inside RBTools over to the new
    names. I've also fixed up a couple calls to the deprecated
    logging.warn method.

    Ran unit tests and saw everything complete with no warnings.

    Summary ID
    Update tests to not use deprecated base classes.
    We had renamed the test base classes to be more consistent, but never updated most of our test cases to inherit from the new versions. This wasn't noticed because our old test runner didn't print warnings, but pytest does. This change moves everything inside RBTools over to the new names. I've also fixed up a couple calls to the deprecated `logging.warn` method. Testing Done: Ran unit tests and saw everything complete with no warnings.
    d52c600576443c6b5fea856b6fac595e51f40437
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (2fe976d)