From 81ba2e947424258fbf3a9fd086a825aa1df0c917 Mon Sep 17 00:00:00 2001 From: Nuno Brum Date: Mon, 7 Aug 2023 15:22:47 +0200 Subject: [PATCH] Fixes on the testbench --- tests/unittest/test_pyltspice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unittest/test_pyltspice.py b/tests/unittest/test_pyltspice.py index d883cc3..ddfb8ba 100644 --- a/tests/unittest/test_pyltspice.py +++ b/tests/unittest/test_pyltspice.py @@ -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) # ------------------------------------------------------------------------------