Skip to content

Commit

Permalink
Fixed test path
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre committed Sep 4, 2024
1 parent a6f635e commit 5723406
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_Gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@


def get_base_folder():
return f"{os.getcwd()}/../"
"""
Return the base folder path (one level up from the tests folder)
"""
return f"{os.path.join(os.path.dirname(os.path.abspath(__file__)))}/.."


def test_model_load():
Expand Down

0 comments on commit 5723406

Please sign in to comment.