flake8
passed.
JSHint
passed.
Review Request #13094 — Created June 2, 2023 and submitted
Information | |
---|---|
chipx86 | |
DiffX | |
pydiffx/release-1.x | |
Reviewers | |
diffx | |
This updates unit tests for pydiffx to run on Python 3.12. The legacy
TestCase.assertRaisesRegexp
has been removed in 3.12, replaced by
assertRaisesRegex
. OurTestCase
class now optimistically uses the
new version, and patches the old one in on Python 2.7.
Unit tests pass on all supported versions of Python.
Summary | |
---|---|