We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625ae02 commit 548cb48Copy full SHA for 548cb48
1 file changed
tests/test_gui_iv_k2400.py
@@ -23,7 +23,7 @@ def tearDown(self):
23
self.root.destroy()
24
25
@patch('Keithley_2400.IV_K2400_GUI_v5.Keithley2400_IV_Backend')
26
- @patch('matplotlib.figure.Figure.subplots', return_value=(MagicMock(), MagicMock()))
+ @patch('Keithley_2400.IV_K2400_GUI_v5.Figure.subplots', return_value=(MagicMock(), MagicMock()))
27
def test_start_measurement_logic(self, mock_subplots, MockBackend):
28
"""
29
Tests the core logic of the 'Start' button click.
0 commit comments