• 
      

    Switch to pytest.

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

    Information

    RBTools
    master

    Reviewers

    The old nose test runner has served us well for many years, but nose
    itself is now unmaintained, and does not run on Python 3.10. We've been
    migrating all our projects over to use pytest as the test runner. This
    change does that for RBTools, and fixes up a few small test-related
    issues with asserts and skips.

    Ran unit tests.

    Summary ID
    Switch to pytest.
    The old `nose` test runner has served us well for many years, but nose itself is now unmaintained, and does not run on Python 3.10. We've been migrating all our projects over to use `pytest` as the test runner. This change does that for RBTools, and fixes up a few small test-related issues with asserts and skips. Testing Done: Ran unit tests.
    ddd1d0cea9358566730286de6949aac064773f36
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (f23fc4c)