Skip to content

Commit

Permalink
[012_test_framework], issue #12, Added parent directory to the path o…
Browse files Browse the repository at this point in the history
…f the test file
  • Loading branch information
lelaus committed Jul 10, 2024
1 parent 2122d84 commit a8ab859
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_gui_window_basic.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import os
import sys
from tkinter import TclError
import unittest

sys.path.insert(0, os.path.abspath('..'))
from tugui.main import TuPostProcessingGui

class TestGUI(unittest.TestCase):
Expand Down

0 comments on commit a8ab859

Please sign in to comment.