Skip to content

Commit

Permalink
Fixing the execution of unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
nunobrum committed Aug 9, 2023
1 parent df5c4ef commit 6d9d331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/sweep_iterators_unittest.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import unittest # performs test
#
# Module libs
sys.path.append(os.path.abspath((os.path.dirname(os.path.abspath(__file__)) + "/../../"))) # add project root to lib search path
sys.path.append(os.path.abspath((os.path.dirname(os.path.abspath(__file__)) + "/../"))) # add project root to lib search path
from PyLTSpice.utils.sweep_iterators import sweep, sweep_n, sweep_log, sweep_log_n, sweep_iterators # Python Script under test
#------------------------------------------------------------------------------

Expand Down

0 comments on commit 6d9d331

Please sign in to comment.