Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Fix ruff settings to avoid enforcing pytest style
Since the base class associated with scripted module class `ScriptedLoadableModuleTest` is `unittest.TestCase`, using function like assertEqual is legitimate and should not be replaced with `assert`. References: * https://docs.python.org/3/library/unittest.html#unittest.TestCase * https://docs.astral.sh/ruff/rules/#flake8-pytest-style-pt
- Loading branch information