• 
      

    Fix unit tests on Python 2.6.

    Review Request #9519 — Created Jan. 22, 2018 and submitted

    Information

    kgb
    master
    55b09ca...

    Reviewers

    kgb

    The test suite was making use of testing functionality present only on
    Python 2.7 and higher, breaking unit tests on older versions of Python.
    To fix this, we now make use of the unittest2 package, which provides
    backports of the testing functionality. This is only installed on older
    versions of Python.

    Unit tests pass on Python 2.6, 2.7, 3.4, 3.5, and 3.6.

    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (1b32740)