Add print of values if tests fail. Modify some ngspice tests to pass withcorrect results.

This commit is contained in:
Matt Guthaus
2016-11-11 09:41:43 -08:00
parent c318a7d1bb
commit 1356e5142d
49 changed files with 64 additions and 75 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Run a regresion test on a write driver array
"""
import unittest
from header import header
from testutils import header
import sys,os
sys.path.append(os.path.join(sys.path[0],".."))
import globals