Skip to content

Commit

Permalink
Update test_hvspatialpygui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fjornelas authored Sep 18, 2024
1 parent 17febed commit e107c61
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_hvspatialpygui.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
import os
from hvspatialpy.hvspatialpygui import HVSpatialPYGui


@patch('hvspatialpy_gui.update_correlations')
@patch('hvspatialpy_gui.os.makedirs')
@patch('hvspatialpy_gui.pd.DataFrame.to_csv')
@patch('hvspatialpy_gui.matplotlib.pyplot.Figure.savefig')
def test_on_button_click(mock_savefig, mock_to_csv, mock_makedirs, mock_update_correlations):
"""
Test the on_button_click method of HVSpatialPYGui.
Expand Down

0 comments on commit e107c61

Please sign in to comment.