PyUtilib / pyutilib

A collection of general Python utilities, including logging and file IO, subprocess management, plugin systems, and workflow management.
BSD 3-Clause "New" or "Revised" License
34 stars 20 forks source link

Adding Py2 compatibility shim for assertRegex #83

Closed jsiirola closed 4 years ago

jsiirola commented 4 years ago

Fixes: #N/A

Summary/Motivation:

This adds a simple compatibility ship for assertRegex for Python 2/3 compatibility.

Changes proposed in this PR:

Legal Acknowledgement

By contributing to this software project, I agree to the following terms and conditions for my contribution:

  1. I agree my contributions are submitted under the BSD license.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.
coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.007%) to 61.032% when pulling 5781896530fd2bfebf7ee223255a0f11049c90a8 on jsiirola:py2py3-compat into 8f7dbe0b5844d1909d96bf5127b5e6f731c28e67 on PyUtilib:master.