Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace unittest2 with unittest #420

Merged
merged 6 commits into from
Feb 24, 2023
Merged

Replace unittest2 with unittest #420

merged 6 commits into from
Feb 24, 2023

Commits on Feb 23, 2023

  1. remove unittest2

    unittest2 is not neccessary in python3
    pgajdos authored and mcepl committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    0831326 View commit details
    Browse the repository at this point in the history
  2. Replace unittest's assertRegex with six.assertRegex (not available in…

    … 2.7).
    
    Also, bump the required version of six to 1.14.0 (for assertNotRegex).
    
    Fixes #340.
    mcepl committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    bcc024e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fac4999 View commit details
    Browse the repository at this point in the history
  4. unittest2 -> unittest

    brianr committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    f83ef98 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. - Add python versions, update and refine framework versions

    - Fix tests so that tests containing py3 syntax are skipped when running on py2
    - Update CI matrix, get CI passing on full matrix
    brianr committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    1ffda5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebe4d3d View commit details
    Browse the repository at this point in the history