Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor failIf to assertFalse for Python 3.12 Compatibility
This commit replaces deprecated failIf calls with assertFalse in the test_resourced_test_case.py file. The failIf method was removed in Python 3.12 [1-3]. [1] https://docs.python.org/3.12/whatsnew/3.12.html#removed [2] python/cpython#89325 [3] python/cpython#28268 Signed-off-by: Petr Vaněk <[email protected]>
- Loading branch information