mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-30 01:48:33 +02:00
Update unit tests to load verify after config file. Start magic DRC.
This commit is contained in:
@@ -2,15 +2,10 @@
|
||||
|
||||
import unittest
|
||||
from testutils import header
|
||||
import sys,os
|
||||
import sys,os,re
|
||||
sys.path.append(os.path.join(sys.path[0],".."))
|
||||
import globals
|
||||
import debug
|
||||
import verify
|
||||
import re
|
||||
|
||||
#@unittest.skip("SKIPPING 00_format check test")
|
||||
|
||||
|
||||
class code_format_test(unittest.TestCase):
|
||||
"Run a test to check for tabs instead of spaces in the all source files."
|
||||
|
||||
Reference in New Issue
Block a user