Skip to content

Commit

Permalink
Fixes on the testbench
Browse files Browse the repository at this point in the history
  • Loading branch information
nunobrum committed Aug 7, 2023
1 parent 6f16226 commit 81ba2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittest/test_pyltspice.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def has_ltspice_detect():
skip_ltspice_tests = not has_ltspice
print("skip_ltspice_tests", skip_ltspice_tests)
test_dir = '../' if os.path.abspath(os.curdir).endswith('unittest') else './tests/'
test_dir = os.path.abspath(test_dir)
# test_dir = os.path.abspath(test_dir)
print("test_dir", test_dir)
# ------------------------------------------------------------------------------

Expand Down

0 comments on commit 81ba2e9

Please sign in to comment.