refactor: Update exception handling parameters in context managers for consistency

This commit is contained in:
William Valentin
2025-08-08 17:44:50 -07:00
parent 9e107f6125
commit 87b59cd64a
6 changed files with 14 additions and 8 deletions

View File

@@ -255,7 +255,7 @@ class TestIntegrationSuite:
root.destroy()
@patch('tkinter.messagebox')
def test_data_validation_and_error_handling(self, mock_messagebox):
def test_data_validation_and_error_handling(self, _mock_messagebox):
"""Test data validation and error handling throughout the system."""
print("Testing data validation and error handling...")