-
- Downloads
Work around deprecated unittest.makeSuite
The Python unittest.makeSuite() function is gone in Python 3.13, replace with unittest.TestLoader.loadTestsFromTestCase()
Please register or sign in to comment
The Python unittest.makeSuite() function is gone in Python 3.13, replace with unittest.TestLoader.loadTestsFromTestCase()