python-json-patch icon indicating copy to clipboard operation
python-json-patch copied to clipboard

Avoid usage of unittest.makeSuite, removed from Python 3.13

Open hroncok opened this issue 1 year ago • 0 comments

Patch generated by:

sed -i 's/unittest.makeSuite/unittest.defaultTestLoader.loadTestsFromTestCase/g' $(grep -rl makeSuite)

hroncok avatar Mar 13 '24 15:03 hroncok