refactor: Update exception handling parameters in context managers for consistency
This commit is contained in:
@@ -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...")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user