From bd24578d978cd961ee2bdedce6ed1005d7d304c4 Mon Sep 17 00:00:00 2001 From: wouterpeere Date: Mon, 19 Feb 2024 17:06:04 +0100 Subject: [PATCH] Fix all tests --- GHEtoolGUI/test_gui/test_results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GHEtoolGUI/test_gui/test_results.py b/GHEtoolGUI/test_gui/test_results.py index cae21cb..1357f25 100644 --- a/GHEtoolGUI/test_gui/test_results.py +++ b/GHEtoolGUI/test_gui/test_results.py @@ -297,7 +297,7 @@ def test_import_borefield_data(qtbot): main_window.gui_structure.custom_borefield.set_value([(0, 0 ,10, 4, 0.05)]) - file = 'borefield_data.txt' + file = f'{FOLDER}/test_gui/borefield_data.txt' main_window.gui_structure.borefield_file.set_value(file) main_window.gui_structure.option_seperator_borefield.set_value(2) main_window.gui_structure.option_decimal_borefield.set_value(1)